#F958CB

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

Shades of Neon Pink #F958CB

Tints of Neon Pink #F958CB

Color information

#F958CB (or 0xF958CB) is unknown color: approx Neon Pink. HEX triplet: F9, 58 and CB. RGB value is (249,88,203). Sum of RGB (Red+Green+Blue) = 249+88+203=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 88 (34.77% from 255 or 16.30% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F958CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F958CB is #06A734. Grayscale: #949494. Windows color (decimal): -436021 or 13326585. OLE color: 13326585.

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

Color convert

RGB24988203-
CMYK00.650.180.02
HSL317.14º93.06%66.08%-
HSV(B)317.14º64.66%97.65%-
XYZ53.3431.4359.76-
YUV149.25158.34199.15-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.11%
GREEN value IS 88 (34.77% from 255) = 16.30%
BLUE value IS 203 (79.69% from 255) = 37.59%
R=46.11%
G=16.30%
B=37.59%

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
Decimal2498820300.650.180.02317.1493.0666.08
HexF958CB04112213d5d42
Octal3711303130101222475135102
Binary1111100110110001100101101000001100101010011110110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F958CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F958CB; }

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

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

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

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

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

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

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

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