Html Css Color HEX #F96ECE Neon Pink

📋 copy color: '#F96ECE'

red 249 ◦ green 110 ◦ blue 206

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

Shades of Neon Pink #F96ECE

Tints of Neon Pink #F96ECE

RGB

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

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

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

R = 44.07%
G = 19.47%
B = 36.46%

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

#F96ECE (or 0xF96ECE) is known color: Neon Pink. HEX triplet: F9, 6E and CE. RGB value is (249,110,206). Sum of RGB (Red+Green+Blue) = 249+110+206=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 110 (43.36% from 255 or 19.47% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F96ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96ECE is #069131. Grayscale: #A2A2A2. Windows color (decimal): -430386 or 13528825. OLE color: 13528825.

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

Color convert

RGB 249 110 206 -
CMYK 0 0.56 0.17 0.02
HSL 318.56º 0.92% 0.7% -
HSV(B) 318.56º 0.56% 0.98% -
XYZ 55.78 35.75 62.35 -
YUV 162.51 152.55 189.69 -
System Red Green Blue C M Y K H S L
Decimal 249 110 206 0 0.56 0.17 0.02 318.56 0.92 0.7
Hex F9 6E CE 0 38 11 2 13F 5C 46
Octal 371 156 316 0 70 21 2 477 134 106
Binary 11111001 1101110 11001110 0 111000 10001 10 100111111 1011100 1000110

Color Harmonies of #F96ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96ECE

Black with #F96ECE

Text Example


Text Example

White with #F96ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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