Html Css Color HEX #F95ECF Neon Pink

📋 copy color: '#F95ECF'

red 249 ◦ green 94 ◦ blue 207

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

Shades of Neon Pink #F95ECF

Tints of Neon Pink #F95ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.64%

R = 45.27%
G = 17.09%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F95ECF (or 0xF95ECF) is known color: Neon Pink. HEX triplet: F9, 5E and CF. RGB value is (249,94,207). Sum of RGB (Red+Green+Blue) = 249+94+207=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 94 (37.11% from 255 or 17.09% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F95ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95ECF is #06A130. Grayscale: #989898. Windows color (decimal): -434481 or 13590265. OLE color: 13590265.

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

Color convert

RGB 249 94 207 -
CMYK 0 0.62 0.17 0.02
HSL 316.26º 0.93% 0.67% -
HSV(B) 316.26º 0.62% 0.98% -
XYZ 54.33 32.65 62.47 -
YUV 153.23 158.35 196.31 -
System Red Green Blue C M Y K H S L
Decimal 249 94 207 0 0.62 0.17 0.02 316.26 0.93 0.67
Hex F9 5E CF 0 3E 11 2 13C 5D 43
Octal 371 136 317 0 76 21 2 474 135 103
Binary 11111001 1011110 11001111 0 111110 10001 10 100111100 1011101 1000011

Color Harmonies of #F95ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95ECF

Black with #F95ECF

Text Example


Text Example

White with #F95ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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