Html Css Color HEX #F96CBE Neon Pink

📋 copy color: '#F96CBE'

red 249 ◦ green 108 ◦ blue 190

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

Shades of Neon Pink #F96CBE

Tints of Neon Pink #F96CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.73%

R = 45.52%
G = 19.74%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F96CBE (or 0xF96CBE) is known color: Neon Pink. HEX triplet: F9, 6C and BE. RGB value is (249,108,190). Sum of RGB (Red+Green+Blue) = 249+108+190=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96CBE is #069341. Grayscale: #9F9F9F. Windows color (decimal): -430914 or 12479737. OLE color: 12479737.

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

Color convert

RGB 249 108 190 -
CMYK 0 0.57 0.24 0.02
HSL 325.11º 0.92% 0.7% -
HSV(B) 325.11º 0.57% 0.98% -
XYZ 53.72 34.58 52.56 -
YUV 159.51 145.21 191.83 -
System Red Green Blue C M Y K H S L
Decimal 249 108 190 0 0.57 0.24 0.02 325.11 0.92 0.7
Hex F9 6C BE 0 39 18 2 145 5C 46
Octal 371 154 276 0 71 30 2 505 134 106
Binary 11111001 1101100 10111110 0 111001 11000 10 101000101 1011100 1000110

Color Harmonies of #F96CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96CBE

Black with #F96CBE

Text Example


Text Example

White with #F96CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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