Html Css Color HEX #F95ECB Neon Pink

📋 copy color: '#F95ECB'

red 249 ◦ green 94 ◦ blue 203

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

Shades of Neon Pink #F95ECB

Tints of Neon Pink #F95ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.18%

R = 45.6%
G = 17.22%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F95ECB (or 0xF95ECB) is known color: Neon Pink. HEX triplet: F9, 5E and CB. RGB value is (249,94,203). Sum of RGB (Red+Green+Blue) = 249+94+203=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F95ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95ECB is #06A134. Grayscale: #989898. Windows color (decimal): -434485 or 13328121. OLE color: 13328121.

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

Color convert

RGB 249 94 203 -
CMYK 0 0.62 0.18 0.02
HSL 317.81º 0.93% 0.67% -
HSV(B) 317.81º 0.62% 0.98% -
XYZ 53.85 32.46 59.93 -
YUV 152.77 156.35 196.64 -
System Red Green Blue C M Y K H S L
Decimal 249 94 203 0 0.62 0.18 0.02 317.81 0.93 0.67
Hex F9 5E CB 0 3E 12 2 13E 5D 43
Octal 371 136 313 0 76 22 2 476 135 103
Binary 11111001 1011110 11001011 0 111110 10010 10 100111110 1011101 1000011

Color Harmonies of #F95ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95ECB

Black with #F95ECB

Text Example


Text Example

White with #F95ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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