Html Css Color HEX #F95EC1 Neon Pink

📋 copy color: '#F95EC1'

red 249 ◦ green 94 ◦ blue 193

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

Shades of Neon Pink #F95EC1

Tints of Neon Pink #F95EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.01%

R = 46.46%
G = 17.54%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F95EC1 (or 0xF95EC1) is known color: Neon Pink. HEX triplet: F9, 5E and C1. RGB value is (249,94,193). Sum of RGB (Red+Green+Blue) = 249+94+193=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F95EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95EC1 is #06A13E. Grayscale: #979797. Windows color (decimal): -434495 or 12672761. OLE color: 12672761.

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

Color convert

RGB 249 94 193 -
CMYK 0 0.62 0.22 0.02
HSL 321.68º 0.93% 0.67% -
HSV(B) 321.68º 0.62% 0.98% -
XYZ 52.7 32 53.85 -
YUV 151.63 151.35 197.45 -
System Red Green Blue C M Y K H S L
Decimal 249 94 193 0 0.62 0.22 0.02 321.68 0.93 0.67
Hex F9 5E C1 0 3E 16 2 142 5D 43
Octal 371 136 301 0 76 26 2 502 135 103
Binary 11111001 1011110 11000001 0 111110 10110 10 101000010 1011101 1000011

Color Harmonies of #F95EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95EC1

Black with #F95EC1

Text Example


Text Example

White with #F95EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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