Html Css Color HEX #F95ACD Neon Pink

📋 copy color: '#F95ACD'

red 249 ◦ green 90 ◦ blue 205

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

Shades of Neon Pink #F95ACD

Tints of Neon Pink #F95ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.68%

R = 45.77%
G = 16.54%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F95ACD (or 0xF95ACD) is known color: Neon Pink. HEX triplet: F9, 5A and CD. RGB value is (249,90,205). Sum of RGB (Red+Green+Blue) = 249+90+205=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 90 (35.55% from 255 or 16.54% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F95ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95ACD is #06A532. Grayscale: #969696. Windows color (decimal): -435507 or 13458169. OLE color: 13458169.

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

Color convert

RGB 249 90 205 -
CMYK 0 0.64 0.18 0.02
HSL 316.6º 0.93% 0.66% -
HSV(B) 316.6º 0.64% 0.98% -
XYZ 53.74 31.86 61.07 -
YUV 150.65 158.68 198.15 -
System Red Green Blue C M Y K H S L
Decimal 249 90 205 0 0.64 0.18 0.02 316.6 0.93 0.66
Hex F9 5A CD 0 40 12 2 13D 5D 42
Octal 371 132 315 0 100 22 2 475 135 102
Binary 11111001 1011010 11001101 0 1000000 10010 10 100111101 1011101 1000010

Color Harmonies of #F95ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95ACD

Black with #F95ACD

Text Example


Text Example

White with #F95ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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