Html Css Color HEX #F96ED0 Neon Pink

📋 copy color: '#F96ED0'

red 249 ◦ green 110 ◦ blue 208

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

Shades of Neon Pink #F96ED0

Tints of Neon Pink #F96ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.68%

R = 43.92%
G = 19.4%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F96ED0 (or 0xF96ED0) is known color: Neon Pink. HEX triplet: F9, 6E and D0. RGB value is (249,110,208). Sum of RGB (Red+Green+Blue) = 249+110+208=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F96ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96ED0 is #06912F. Grayscale: #A2A2A2. Windows color (decimal): -430384 or 13659897. OLE color: 13659897.

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

Color convert

RGB 249 110 208 -
CMYK 0 0.56 0.16 0.02
HSL 317.7º 0.92% 0.7% -
HSV(B) 317.7º 0.56% 0.98% -
XYZ 56.03 35.85 63.64 -
YUV 162.73 153.55 189.53 -
System Red Green Blue C M Y K H S L
Decimal 249 110 208 0 0.56 0.16 0.02 317.7 0.92 0.7
Hex F9 6E D0 0 38 10 2 13E 5C 46
Octal 371 156 320 0 70 20 2 476 134 106
Binary 11111001 1101110 11010000 0 111000 10000 10 100111110 1011100 1000110

Color Harmonies of #F96ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96ED0

Black with #F96ED0

Text Example


Text Example

White with #F96ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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