Html Css Color HEX #F95CC0 Neon Pink

📋 copy color: '#F95CC0'

red 249 ◦ green 92 ◦ blue 192

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

Shades of Neon Pink #F95CC0

Tints of Neon Pink #F95CC0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.26%

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

R = 46.72%
G = 17.26%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F95CC0 (or 0xF95CC0) is known color: Neon Pink. HEX triplet: F9, 5C and C0. RGB value is (249,92,192). Sum of RGB (Red+Green+Blue) = 249+92+192=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 92 (36.33% from 255 or 17.26% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F95CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95CC0 is #06A33F. Grayscale: #969696. Windows color (decimal): -435008 or 12606713. OLE color: 12606713.

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

Color convert

RGB 249 92 192 -
CMYK 0 0.63 0.23 0.02
HSL 321.78º 0.93% 0.67% -
HSV(B) 321.78º 0.63% 0.98% -
XYZ 52.41 31.6 53.21 -
YUV 150.34 151.51 198.37 -
System Red Green Blue C M Y K H S L
Decimal 249 92 192 0 0.63 0.23 0.02 321.78 0.93 0.67
Hex F9 5C C0 0 3F 17 2 142 5D 43
Octal 371 134 300 0 77 27 2 502 135 103
Binary 11111001 1011100 11000000 0 111111 10111 10 101000010 1011101 1000011

Color Harmonies of #F95CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95CC0

Black with #F95CC0

Text Example


Text Example

White with #F95CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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