Html Css Color HEX #F96DD0 Neon Pink

📋 copy color: '#F96DD0'

red 249 ◦ green 109 ◦ blue 208

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

Shades of Neon Pink #F96DD0

Tints of Neon Pink #F96DD0

RGB

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

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

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

R = 43.99%
G = 19.26%
B = 36.75%

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

#F96DD0 (or 0xF96DD0) is known color: Neon Pink. HEX triplet: F9, 6D and D0. RGB value is (249,109,208). Sum of RGB (Red+Green+Blue) = 249+109+208=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F96DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96DD0 is #06922F. Grayscale: #A1A1A1. Windows color (decimal): -430640 or 13659641. OLE color: 13659641.

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

Color convert

RGB 249 109 208 -
CMYK 0 0.56 0.16 0.02
HSL 317.57º 0.92% 0.7% -
HSV(B) 317.57º 0.56% 0.98% -
XYZ 55.92 35.63 63.6 -
YUV 162.15 153.88 189.95 -
System Red Green Blue C M Y K H S L
Decimal 249 109 208 0 0.56 0.16 0.02 317.57 0.92 0.7
Hex F9 6D D0 0 38 10 2 13E 5C 46
Octal 371 155 320 0 70 20 2 476 134 106
Binary 11111001 1101101 11010000 0 111000 10000 10 100111110 1011100 1000110

Color Harmonies of #F96DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96DD0

Black with #F96DD0

Text Example


Text Example

White with #F96DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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