Html Css Color HEX #F96ECD Neon Pink

📋 copy color: '#F96ECD'

red 249 ◦ green 110 ◦ blue 205

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

Shades of Neon Pink #F96ECD

Tints of Neon Pink #F96ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.5%

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

R = 44.15%
G = 19.5%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F96ECD (or 0xF96ECD) is known color: Neon Pink. HEX triplet: F9, 6E and CD. RGB value is (249,110,205). Sum of RGB (Red+Green+Blue) = 249+110+205=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 110 (43.36% from 255 or 19.50% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F96ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96ECD is #069132. Grayscale: #A2A2A2. Windows color (decimal): -430387 or 13463289. OLE color: 13463289.

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

Color convert

RGB 249 110 205 -
CMYK 0 0.56 0.18 0.02
HSL 318.99º 0.92% 0.7% -
HSV(B) 318.99º 0.56% 0.98% -
XYZ 55.66 35.7 61.71 -
YUV 162.39 152.05 189.78 -
System Red Green Blue C M Y K H S L
Decimal 249 110 205 0 0.56 0.18 0.02 318.99 0.92 0.7
Hex F9 6E CD 0 38 12 2 13F 5C 46
Octal 371 156 315 0 70 22 2 477 134 106
Binary 11111001 1101110 11001101 0 111000 10010 10 100111111 1011100 1000110

Color Harmonies of #F96ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96ECD

Black with #F96ECD

Text Example


Text Example

White with #F96ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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