Html Css Color HEX #F96AD0 Neon Pink

📋 copy color: '#F96AD0'

red 249 ◦ green 106 ◦ blue 208

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

Shades of Neon Pink #F96AD0

Tints of Neon Pink #F96AD0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.83%

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

R = 44.23%
G = 18.83%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F96AD0 (or 0xF96AD0) is known color: Neon Pink. HEX triplet: F9, 6A and D0. RGB value is (249,106,208). Sum of RGB (Red+Green+Blue) = 249+106+208=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 106 (41.80% from 255 or 18.83% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F96AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96AD0 is #06952F. Grayscale: #A0A0A0. Windows color (decimal): -431408 or 13658873. OLE color: 13658873.

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

Color convert

RGB 249 106 208 -
CMYK 0 0.57 0.16 0.02
HSL 317.2º 0.92% 0.7% -
HSV(B) 317.2º 0.57% 0.98% -
XYZ 55.61 35 63.5 -
YUV 160.39 154.88 191.21 -
System Red Green Blue C M Y K H S L
Decimal 249 106 208 0 0.57 0.16 0.02 317.2 0.92 0.7
Hex F9 6A D0 0 39 10 2 13D 5C 46
Octal 371 152 320 0 71 20 2 475 134 106
Binary 11111001 1101010 11010000 0 111001 10000 10 100111101 1011100 1000110

Color Harmonies of #F96AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96AD0

Black with #F96AD0

Text Example


Text Example

White with #F96AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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