#F962C2

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

Shades of Neon Pink #F962C2

Tints of Neon Pink #F962C2

Color information

#F962C2 (or 0xF962C2) is unknown color: approx Neon Pink. HEX triplet: F9, 62 and C2. RGB value is (249,98,194). Sum of RGB (Red+Green+Blue) = 249+98+194=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 98 (38.67% from 255 or 18.11% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F962C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F962C2 is #069D3D. Grayscale: #999999. Windows color (decimal): -433470 or 12739321. OLE color: 12739321.

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

Color convert

RGB24998194-
CMYK00.610.220.02
HSL321.85º92.64%68.04%-
HSV(B)321.85º60.64%97.65%-
XYZ53.1732.7754.56-
YUV154.09150.53195.69-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.03%
GREEN value IS 98 (38.67% from 255) = 18.11%
BLUE value IS 194 (76.17% from 255) = 35.86%
R=46.03%
G=18.11%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499819400.610.220.02321.8592.6468.04
HexF962C203D1621425d44
Octal371142302075262502135104
Binary111110011100010110000100111101101101010100001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F962C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F962C2; }

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

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

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

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

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

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

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

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