Html Css Color HEX #F96CCD Neon Pink

📋 copy color: '#F96CCD'

red 249 ◦ green 108 ◦ blue 205

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

Shades of Neon Pink #F96CCD

Tints of Neon Pink #F96CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.22%

 BLUE value IS 205 (80.47% from 255) = 36.48%

R = 44.31%
G = 19.22%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F96CCD (or 0xF96CCD) is known color: Neon Pink. HEX triplet: F9, 6C and CD. RGB value is (249,108,205). Sum of RGB (Red+Green+Blue) = 249+108+205=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 108 (42.58% from 255 or 19.22% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96CCD is #069332. Grayscale: #A0A0A0. Windows color (decimal): -430899 or 13462777. OLE color: 13462777.

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

Color convert

RGB 249 108 205 -
CMYK 0 0.57 0.18 0.02
HSL 318.72º 0.92% 0.7% -
HSV(B) 318.72º 0.57% 0.98% -
XYZ 55.45 35.27 61.64 -
YUV 161.22 152.71 190.61 -
System Red Green Blue C M Y K H S L
Decimal 249 108 205 0 0.57 0.18 0.02 318.72 0.92 0.7
Hex F9 6C CD 0 39 12 2 13F 5C 46
Octal 371 154 315 0 71 22 2 477 134 106
Binary 11111001 1101100 11001101 0 111001 10010 10 100111111 1011100 1000110

Color Harmonies of #F96CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96CCD

Black with #F96CCD

Text Example


Text Example

White with #F96CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96CCD; }

 p { color: rgb(249,108,205); }

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

background-color css

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

 a { background-color: rgb(249,108,205); }

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

border-color css

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

 span { border-color: rgb(249,108,205); }

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