#F957CB

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

Shades of Neon Pink #F957CB

Tints of Neon Pink #F957CB

Color information

#F957CB (or 0xF957CB) is unknown color: approx Neon Pink. HEX triplet: F9, 57 and CB. RGB value is (249,87,203). Sum of RGB (Red+Green+Blue) = 249+87+203=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 87 (34.38% from 255 or 16.14% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F957CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F957CB is #06A834. Grayscale: #949494. Windows color (decimal): -436277 or 13326329. OLE color: 13326329.

HSL color Cylindrical-coordinate representation of color #F957CB: hue angle of 317.04º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F957CB is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB24987203-
CMYK00.650.180.02
HSL317.04º93.1%65.88%-
HSV(B)317.04º65.06%97.65%-
XYZ53.2531.2759.73-
YUV148.66158.67199.57-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.20%
GREEN value IS 87 (34.38% from 255) = 16.14%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=46.20%
G=16.14%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498720300.650.180.02317.0493.165.88
HexF957CB04112213d5d42
Octal3711273130101222475135102
Binary1111100110101111100101101000001100101010011110110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F957CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F957CB; }

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

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

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

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

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

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

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

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