Html Css Color HEX #FE68D1 Neon Pink

📋 copy color: '#FE68D1'

red 254 ◦ green 104 ◦ blue 209

#FE68D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FE68D1

Tints of Neon Pink #FE68D1

RGB

 RED value IS 254 (99.61% from 255) = 44.8%

 GREEN value IS 104 (41.02% from 255) = 18.34%

 BLUE value IS 209 (82.03% from 255) = 36.86%

R = 44.8%
G = 18.34%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FE68D1 (or 0xFE68D1) is known color: Neon Pink. HEX triplet: FE, 68 and D1. RGB value is (254,104,209). Sum of RGB (Red+Green+Blue) = 254+104+209=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 104 (41.02% from 255 or 18.34% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE68D1 is #01972E. Grayscale: #A0A0A0. Windows color (decimal): -104239 or 13723902. OLE color: 13723902.

HSL color Cylindrical-coordinate representation of color #FE68D1: hue angle of 318º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE68D1 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 104 209 -
CMYK 0 0.59 0.18 0.00
HSL 318º 0.99% 0.7% -
HSV(B) 318º 0.59% 1% -
XYZ 57.33 35.57 64.17 -
YUV 160.82 155.2 194.46 -
System Red Green Blue C M Y K H S L
Decimal 254 104 209 0 0.59 0.18 0.00 318 0.99 0.7
Hex FE 68 D1 0 3B 12 0 13E 63 46
Octal 376 150 321 0 73 22 0 476 143 106
Binary 11111110 1101000 11010001 0 111011 10010 0 100111110 1100011 1000110

Color Harmonies of #FE68D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE68D1

Black with #FE68D1

Text Example


Text Example

White with #FE68D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE68D1; }

 p { color: rgb(254,104,209); }

 H1.HeaderClassName
 {
   color: #FE68D1;
 }
 .AnyTagClassName
 {
   color: #FE68D1;
 }
</style>

background-color css

<style>
 a { background-color: #FE68D1; }

 a { background-color: rgb(254,104,209); }

 div.DivClassName
 {
   background-color: #FE68D1;
 }
 .BgClassName
 {
   background-color: #FE68D1;
 }
</style>

border-color css

<style>
 span { border-color: #FE68D1; }

 span { border-color: rgb(254,104,209); }

 td.TdClassName
 {
   border-color: #FE68D1;
 }
 .TagClassName
 {
   border-color: #FE68D1;
 }
</style>