Html Css Color HEX #F96ADB Neon Pink

📋 copy color: '#F96ADB'

red 249 ◦ green 106 ◦ blue 219

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

Shades of Neon Pink #F96ADB

Tints of Neon Pink #F96ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.15%

R = 43.38%
G = 18.47%
B = 38.15%

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

#F96ADB (or 0xF96ADB) is known color: Neon Pink. HEX triplet: F9, 6A and DB. RGB value is (249,106,219). Sum of RGB (Red+Green+Blue) = 249+106+219=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 106 (41.80% from 255 or 18.47% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F96ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96ADB is #069524. Grayscale: #A1A1A1. Windows color (decimal): -431397 or 14379769. OLE color: 14379769.

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

Color convert

RGB 249 106 219 -
CMYK 0 0.57 0.12 0.02
HSL 312.59º 0.92% 0.7% -
HSV(B) 312.59º 0.57% 0.98% -
XYZ 57.01 35.56 70.88 -
YUV 161.64 160.38 190.31 -
System Red Green Blue C M Y K H S L
Decimal 249 106 219 0 0.57 0.12 0.02 312.59 0.92 0.7
Hex F9 6A DB 0 39 C 2 139 5C 46
Octal 371 152 333 0 71 14 2 471 134 106
Binary 11111001 1101010 11011011 0 111001 1100 10 100111001 1011100 1000110

Color Harmonies of #F96ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96ADB

Black with #F96ADB

Text Example


Text Example

White with #F96ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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