Html Css Color HEX #F95EC0 Neon Pink

📋 copy color: '#F95EC0'

red 249 ◦ green 94 ◦ blue 192

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

Shades of Neon Pink #F95EC0

Tints of Neon Pink #F95EC0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.57%

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

R = 46.54%
G = 17.57%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F95EC0 (or 0xF95EC0) is known color: Neon Pink. HEX triplet: F9, 5E and C0. RGB value is (249,94,192). Sum of RGB (Red+Green+Blue) = 249+94+192=535 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.54% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 249 - color contains mainly: red. Hex color #F95EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95EC0 is #06A13F. Grayscale: #979797. Windows color (decimal): -434496 or 12607225. OLE color: 12607225.

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

Color convert

RGB 249 94 192 -
CMYK 0 0.62 0.23 0.02
HSL 322.06º 0.93% 0.67% -
HSV(B) 322.06º 0.62% 0.98% -
XYZ 52.58 31.95 53.26 -
YUV 151.52 150.85 197.53 -
System Red Green Blue C M Y K H S L
Decimal 249 94 192 0 0.62 0.23 0.02 322.06 0.93 0.67
Hex F9 5E C0 0 3E 17 2 142 5D 43
Octal 371 136 300 0 76 27 2 502 135 103
Binary 11111001 1011110 11000000 0 111110 10111 10 101000010 1011101 1000011

Color Harmonies of #F95EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95EC0

Black with #F95EC0

Text Example


Text Example

White with #F95EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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