Html Css Color HEX #F95AC0 Neon Pink

📋 copy color: '#F95AC0'

red 249 ◦ green 90 ◦ blue 192

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

Shades of Neon Pink #F95AC0

Tints of Neon Pink #F95AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.16%

R = 46.89%
G = 16.95%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F95AC0 (or 0xF95AC0) is known color: Neon Pink. HEX triplet: F9, 5A and C0. RGB value is (249,90,192). Sum of RGB (Red+Green+Blue) = 249+90+192=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F95AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95AC0 is #06A53F. Grayscale: #949494. Windows color (decimal): -435520 or 12606201. OLE color: 12606201.

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

Color convert

RGB 249 90 192 -
CMYK 0 0.64 0.23 0.02
HSL 321.51º 0.93% 0.66% -
HSV(B) 321.51º 0.64% 0.98% -
XYZ 52.24 31.26 53.15 -
YUV 149.17 152.18 199.21 -
System Red Green Blue C M Y K H S L
Decimal 249 90 192 0 0.64 0.23 0.02 321.51 0.93 0.66
Hex F9 5A C0 0 40 17 2 142 5D 42
Octal 371 132 300 0 100 27 2 502 135 102
Binary 11111001 1011010 11000000 0 1000000 10111 10 101000010 1011101 1000010

Color Harmonies of #F95AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95AC0

Black with #F95AC0

Text Example


Text Example

White with #F95AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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