#F966CB

Color #F966CB Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #F966CB

Tints of Neon Pink #F966CB

Color information

#F966CB (or 0xF966CB) is unknown color: approx Neon Pink. HEX triplet: F9, 66 and CB. RGB value is (249,102,203). Sum of RGB (Red+Green+Blue) = 249+102+203=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 102 (40.23% from 255 or 18.41% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F966CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966CB is #069934. Grayscale: #9D9D9D. Windows color (decimal): -432437 or 13330169. OLE color: 13330169.

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

Color convert

RGB249102203-
CMYK00.590.180.02
HSL318.78º92.45%68.82%-
HSV(B)318.78º59.04%97.65%-
XYZ54.633.9560.18-
YUV157.47153.7193.29-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.95%
GREEN value IS 102 (40.23% from 255) = 18.41%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=44.95%
G=18.41%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910220300.590.180.02318.7892.4568.82
HexF966CB03B12213f5c45
Octal371146313073222477134105
Binary111110011100110110010110111011100101010011111110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F966CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F966CB; }

 p { color: rgb(249,102,203); }

 H1.HeaderClassName
 {
   color: #F966CB;
 }
 .AnyTagClassName
 {
   color: #F966CB;
 }
</style>
background-color css

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

 a { background-color: rgb(249,102,203); }

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

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

 span { border-color: rgb(249,102,203); }

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