Html Css Color HEX #F95EC9 Neon Pink

📋 copy color: '#F95EC9'

red 249 ◦ green 94 ◦ blue 201

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

Shades of Neon Pink #F95EC9

Tints of Neon Pink #F95EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.95%

R = 45.77%
G = 17.28%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F95EC9 (or 0xF95EC9) is known color: Neon Pink. HEX triplet: F9, 5E and C9. RGB value is (249,94,201). Sum of RGB (Red+Green+Blue) = 249+94+201=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 94 (37.11% from 255 or 17.28% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F95EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95EC9 is #06A136. Grayscale: #989898. Windows color (decimal): -434487 or 13197049. OLE color: 13197049.

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

Color convert

RGB 249 94 201 -
CMYK 0 0.62 0.19 0.02
HSL 318.58º 0.93% 0.67% -
HSV(B) 318.58º 0.62% 0.98% -
XYZ 53.61 32.36 58.68 -
YUV 152.54 155.35 196.8 -
System Red Green Blue C M Y K H S L
Decimal 249 94 201 0 0.62 0.19 0.02 318.58 0.93 0.67
Hex F9 5E C9 0 3E 13 2 13F 5D 43
Octal 371 136 311 0 76 23 2 477 135 103
Binary 11111001 1011110 11001001 0 111110 10011 10 100111111 1011101 1000011

Color Harmonies of #F95EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95EC9

Black with #F95EC9

Text Example


Text Example

White with #F95EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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