Html Css Color HEX #FB66C9 Neon Pink

📋 copy color: '#FB66C9'

red 251 ◦ green 102 ◦ blue 201

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

Shades of Neon Pink #FB66C9

Tints of Neon Pink #FB66C9

RGB

 RED value IS 251 (98.44% from 255) = 45.31%

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

 BLUE value IS 201 (78.91% from 255) = 36.28%

R = 45.31%
G = 18.41%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FB66C9 (or 0xFB66C9) is known color: Neon Pink. HEX triplet: FB, 66 and C9. RGB value is (251,102,201). Sum of RGB (Red+Green+Blue) = 251+102+201=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 102 (40.23% from 255 or 18.41% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB66C9 is #049936. Grayscale: #9D9D9D. Windows color (decimal): -301367 or 13199099. OLE color: 13199099.

HSL color Cylindrical-coordinate representation of color #FB66C9: hue angle of 320.13º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB66C9 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 102 201 -
CMYK 0 0.59 0.20 0.02
HSL 320.13º 0.95% 0.69% -
HSV(B) 320.13º 0.59% 0.98% -
XYZ 55.08 34.23 58.96 -
YUV 157.84 152.36 194.45 -
System Red Green Blue C M Y K H S L
Decimal 251 102 201 0 0.59 0.20 0.02 320.13 0.95 0.69
Hex FB 66 C9 0 3B 14 2 140 5F 45
Octal 373 146 311 0 73 24 2 500 137 105
Binary 11111011 1100110 11001001 0 111011 10100 10 101000000 1011111 1000101

Color Harmonies of #FB66C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB66C9

Black with #FB66C9

Text Example


Text Example

White with #FB66C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB66C9; }

 p { color: rgb(251,102,201); }

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

background-color css

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

 a { background-color: rgb(251,102,201); }

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

border-color css

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

 span { border-color: rgb(251,102,201); }

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