Html Css Color HEX #FB66C7 Neon Pink

📋 copy color: '#FB66C7'

red 251 ◦ green 102 ◦ blue 199

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

Shades of Neon Pink #FB66C7

Tints of Neon Pink #FB66C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.05%

R = 45.47%
G = 18.48%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FB66C7 (or 0xFB66C7) is known color: Neon Pink. HEX triplet: FB, 66 and C7. RGB value is (251,102,199). Sum of RGB (Red+Green+Blue) = 251+102+199=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB66C7 is #049938. Grayscale: #9D9D9D. Windows color (decimal): -301369 or 13068027. OLE color: 13068027.

HSL color Cylindrical-coordinate representation of color #FB66C7: hue angle of 320.94º 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 #FB66C7 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 102 199 -
CMYK 0 0.59 0.21 0.02
HSL 320.94º 0.95% 0.69% -
HSV(B) 320.94º 0.59% 0.98% -
XYZ 54.84 34.14 57.73 -
YUV 157.61 151.36 194.61 -
System Red Green Blue C M Y K H S L
Decimal 251 102 199 0 0.59 0.21 0.02 320.94 0.95 0.69
Hex FB 66 C7 0 3B 15 2 141 5F 45
Octal 373 146 307 0 73 25 2 501 137 105
Binary 11111011 1100110 11000111 0 111011 10101 10 101000001 1011111 1000101

Color Harmonies of #FB66C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB66C7

Black with #FB66C7

Text Example


Text Example

White with #FB66C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB66C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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