Html Css Color HEX #F95ACE Neon Pink

📋 copy color: '#F95ACE'

red 249 ◦ green 90 ◦ blue 206

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

Shades of Neon Pink #F95ACE

Tints of Neon Pink #F95ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.51%

 BLUE value IS 206 (80.86% from 255) = 37.8%

R = 45.69%
G = 16.51%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F95ACE (or 0xF95ACE) is known color: Neon Pink. HEX triplet: F9, 5A and CE. RGB value is (249,90,206). Sum of RGB (Red+Green+Blue) = 249+90+206=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F95ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95ACE is #06A531. Grayscale: #969696. Windows color (decimal): -435506 or 13523705. OLE color: 13523705.

HSL color Cylindrical-coordinate representation of color #F95ACE: hue angle of 316.23º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F95ACE is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 90 206 -
CMYK 0 0.64 0.17 0.02
HSL 316.23º 0.93% 0.66% -
HSV(B) 316.23º 0.64% 0.98% -
XYZ 53.86 31.91 61.71 -
YUV 150.77 159.18 198.07 -
System Red Green Blue C M Y K H S L
Decimal 249 90 206 0 0.64 0.17 0.02 316.23 0.93 0.66
Hex F9 5A CE 0 40 11 2 13C 5D 42
Octal 371 132 316 0 100 21 2 474 135 102
Binary 11111001 1011010 11001110 0 1000000 10001 10 100111100 1011101 1000010

Color Harmonies of #F95ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95ACE

Black with #F95ACE

Text Example


Text Example

White with #F95ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95ACE; }

 p { color: rgb(249,90,206); }

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

background-color css

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

 a { background-color: rgb(249,90,206); }

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

border-color css

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

 span { border-color: rgb(249,90,206); }

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