#F962CE

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

Shades of Neon Pink #F962CE

Tints of Neon Pink #F962CE

Color information

#F962CE (or 0xF962CE) is unknown color: approx Neon Pink. HEX triplet: F9, 62 and CE. RGB value is (249,98,206). Sum of RGB (Red+Green+Blue) = 249+98+206=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 98 (38.67% from 255 or 17.72% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F962CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F962CE is #069D31. Grayscale: #9B9B9B. Windows color (decimal): -433458 or 13525753. OLE color: 13525753.

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

Color convert

RGB24998206-
CMYK00.610.170.02
HSL317.09º92.64%68.04%-
HSV(B)317.09º60.64%97.65%-
XYZ54.5833.3361.95-
YUV155.46156.53194.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.03%
GREEN value IS 98 (38.67% from 255) = 17.72%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=45.03%
G=17.72%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499820600.610.170.02317.0992.6468.04
HexF962CE03D11213d5d44
Octal371142316075212475135104
Binary111110011100010110011100111101100011010011110110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F962CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F962CE; }

 p { color: rgb(249,98,206); }

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

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

 a { background-color: rgb(249,98,206); }

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

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

 span { border-color: rgb(249,98,206); }

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