Html Css Color HEX #F96CDB Neon Pink

📋 copy color: '#F96CDB'

red 249 ◦ green 108 ◦ blue 219

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

Shades of Neon Pink #F96CDB

Tints of Neon Pink #F96CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.75%

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

R = 43.23%
G = 18.75%
B = 38.02%

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

#F96CDB (or 0xF96CDB) is known color: Neon Pink. HEX triplet: F9, 6C and DB. RGB value is (249,108,219). Sum of RGB (Red+Green+Blue) = 249+108+219=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 108 (42.58% from 255 or 18.75% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96CDB is #069324. Grayscale: #A2A2A2. Windows color (decimal): -430885 or 14380281. OLE color: 14380281.

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

Color convert

RGB 249 108 219 -
CMYK 0 0.57 0.12 0.02
HSL 312.77º 0.92% 0.7% -
HSV(B) 312.77º 0.57% 0.98% -
XYZ 57.22 35.98 70.95 -
YUV 162.81 159.71 189.47 -
System Red Green Blue C M Y K H S L
Decimal 249 108 219 0 0.57 0.12 0.02 312.77 0.92 0.7
Hex F9 6C DB 0 39 C 2 139 5C 46
Octal 371 154 333 0 71 14 2 471 134 106
Binary 11111001 1101100 11011011 0 111001 1100 10 100111001 1011100 1000110

Color Harmonies of #F96CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96CDB

Black with #F96CDB

Text Example


Text Example

White with #F96CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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