Html Css Color HEX #F96DCE Neon Pink

📋 copy color: '#F96DCE'

red 249 ◦ green 109 ◦ blue 206

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

Shades of Neon Pink #F96DCE

Tints of Neon Pink #F96DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.33%

 BLUE value IS 206 (80.86% from 255) = 36.52%

R = 44.15%
G = 19.33%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F96DCE (or 0xF96DCE) is known color: Neon Pink. HEX triplet: F9, 6D and CE. RGB value is (249,109,206). Sum of RGB (Red+Green+Blue) = 249+109+206=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 109 (42.97% from 255 or 19.33% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F96DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96DCE is #069231. Grayscale: #A1A1A1. Windows color (decimal): -430642 or 13528569. OLE color: 13528569.

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

Color convert

RGB 249 109 206 -
CMYK 0 0.56 0.17 0.02
HSL 318.43º 0.92% 0.7% -
HSV(B) 318.43º 0.56% 0.98% -
XYZ 55.68 35.53 62.32 -
YUV 161.92 152.88 190.11 -
System Red Green Blue C M Y K H S L
Decimal 249 109 206 0 0.56 0.17 0.02 318.43 0.92 0.7
Hex F9 6D CE 0 38 11 2 13E 5C 46
Octal 371 155 316 0 70 21 2 476 134 106
Binary 11111001 1101101 11001110 0 111000 10001 10 100111110 1011100 1000110

Color Harmonies of #F96DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96DCE

Black with #F96DCE

Text Example


Text Example

White with #F96DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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