Html Css Color HEX #F96ADC Neon Pink

📋 copy color: '#F96ADC'

red 249 ◦ green 106 ◦ blue 220

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

Shades of Neon Pink #F96ADC

Tints of Neon Pink #F96ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.26%

R = 43.3%
G = 18.43%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F96ADC (or 0xF96ADC) is known color: Neon Pink. HEX triplet: F9, 6A and DC. RGB value is (249,106,220). Sum of RGB (Red+Green+Blue) = 249+106+220=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 106 (41.80% from 255 or 18.43% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F96ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96ADC is #069523. Grayscale: #A1A1A1. Windows color (decimal): -431396 or 14445305. OLE color: 14445305.

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

Color convert

RGB 249 106 220 -
CMYK 0 0.57 0.12 0.02
HSL 312.17º 0.92% 0.7% -
HSV(B) 312.17º 0.57% 0.98% -
XYZ 57.14 35.62 71.57 -
YUV 161.75 160.88 190.23 -
System Red Green Blue C M Y K H S L
Decimal 249 106 220 0 0.57 0.12 0.02 312.17 0.92 0.7
Hex F9 6A DC 0 39 C 2 138 5C 46
Octal 371 152 334 0 71 14 2 470 134 106
Binary 11111001 1101010 11011100 0 111001 1100 10 100111000 1011100 1000110

Color Harmonies of #F96ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96ADC

Black with #F96ADC

Text Example


Text Example

White with #F96ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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