Html Css Color HEX #FE66C6 Neon Pink

📋 copy color: '#FE66C6'

red 254 ◦ green 102 ◦ blue 198

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

Shades of Neon Pink #FE66C6

Tints of Neon Pink #FE66C6

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.41%

 BLUE value IS 198 (77.73% from 255) = 35.74%

R = 45.85%
G = 18.41%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE66C6 (or 0xFE66C6) is known color: Neon Pink. HEX triplet: FE, 66 and C6. RGB value is (254,102,198). Sum of RGB (Red+Green+Blue) = 254+102+198=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 102 (40.23% from 255 or 18.41% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE66C6 is #019939. Grayscale: #9E9E9E. Windows color (decimal): -104762 or 13002494. OLE color: 13002494.

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

Color convert

RGB 254 102 198 -
CMYK 0 0.60 0.22 0.00
HSL 322.11º 0.99% 0.7% -
HSV(B) 322.11º 0.6% 1% -
XYZ 55.82 34.65 57.17 -
YUV 158.39 150.36 196.19 -
System Red Green Blue C M Y K H S L
Decimal 254 102 198 0 0.60 0.22 0.00 322.11 0.99 0.7
Hex FE 66 C6 0 3C 16 0 142 63 46
Octal 376 146 306 0 74 26 0 502 143 106
Binary 11111110 1100110 11000110 0 111100 10110 0 101000010 1100011 1000110

Color Harmonies of #FE66C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE66C6

Black with #FE66C6

Text Example


Text Example

White with #FE66C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE66C6; }

 p { color: rgb(254,102,198); }

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

background-color css

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

 a { background-color: rgb(254,102,198); }

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

border-color css

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

 span { border-color: rgb(254,102,198); }

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