Html Css Color HEX #FE5FCE Neon Pink

📋 copy color: '#FE5FCE'

red 254 ◦ green 95 ◦ blue 206

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

Shades of Neon Pink #FE5FCE

Tints of Neon Pink #FE5FCE

RGB

 RED value IS 254 (99.61% from 255) = 45.77%

 GREEN value IS 95 (37.5% from 255) = 17.12%

 BLUE value IS 206 (80.86% from 255) = 37.12%

R = 45.77%
G = 17.12%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE5FCE (or 0xFE5FCE) is known color: Neon Pink. HEX triplet: FE, 5F and CE. RGB value is (254,95,206). Sum of RGB (Red+Green+Blue) = 254+95+206=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 95 (37.5% from 255 or 17.12% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5FCE is #01A031. Grayscale: #9A9A9A. Windows color (decimal): -106546 or 13524990. OLE color: 13524990.

HSL color Cylindrical-coordinate representation of color #FE5FCE: hue angle of 318.11º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5FCE is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 95 206 -
CMYK 0 0.63 0.19 0.00
HSL 318.11º 0.99% 0.68% -
HSV(B) 318.11º 0.63% 1% -
XYZ 56.11 33.71 61.94 -
YUV 155.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 254 95 206 0 0.63 0.19 0.00 318.11 0.99 0.68
Hex FE 5F CE 0 3F 13 0 13E 63 44
Octal 376 137 316 0 77 23 0 476 143 104
Binary 11111110 1011111 11001110 0 111111 10011 0 100111110 1100011 1000100

Color Harmonies of #FE5FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5FCE

Black with #FE5FCE

Text Example


Text Example

White with #FE5FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5FCE; }

 p { color: rgb(254,95,206); }

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

background-color css

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

 a { background-color: rgb(254,95,206); }

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

border-color css

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

 span { border-color: rgb(254,95,206); }

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