Html Css Color HEX #F962D4 Neon Pink

📋 copy color: '#F962D4'

red 249 ◦ green 98 ◦ blue 212

#F962D4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #F962D4

Tints of Neon Pink #F962D4

RGB

 RED value IS 249 (97.66% from 255) = 44.54%

 GREEN value IS 98 (38.67% from 255) = 17.53%

 BLUE value IS 212 (83.2% from 255) = 37.92%

R = 44.54%
G = 17.53%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F962D4 (or 0xF962D4) is known color: Neon Pink. HEX triplet: F9, 62 and D4. RGB value is (249,98,212). Sum of RGB (Red+Green+Blue) = 249+98+212=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 98 (38.67% from 255 or 17.53% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F962D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F962D4 is #069D2B. Grayscale: #9B9B9B. Windows color (decimal): -433452 or 13918969. OLE color: 13918969.

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

Color convert

RGB 249 98 212 -
CMYK 0 0.61 0.15 0.02
HSL 314.7º 0.93% 0.68% -
HSV(B) 314.7º 0.61% 0.98% -
XYZ 55.32 33.63 65.86 -
YUV 156.15 159.53 194.23 -
System Red Green Blue C M Y K H S L
Decimal 249 98 212 0 0.61 0.15 0.02 314.7 0.93 0.68
Hex F9 62 D4 0 3D F 2 13B 5D 44
Octal 371 142 324 0 75 17 2 473 135 104
Binary 11111001 1100010 11010100 0 111101 1111 10 100111011 1011101 1000100

Color Harmonies of #F962D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F962D4

Black with #F962D4

Text Example


Text Example

White with #F962D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F962D4; }

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

 H1.HeaderClassName
 {
   color: #F962D4;
 }
 .AnyTagClassName
 {
   color: #F962D4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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