Html Css Color HEX #FE5FD2 Neon Pink

📋 copy color: '#FE5FD2'

red 254 ◦ green 95 ◦ blue 210

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

Shades of Neon Pink #FE5FD2

Tints of Neon Pink #FE5FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.57%

R = 45.44%
G = 16.99%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE5FD2 (or 0xFE5FD2) is known color: Neon Pink. HEX triplet: FE, 5F and D2. RGB value is (254,95,210). Sum of RGB (Red+Green+Blue) = 254+95+210=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 95 (37.5% from 255 or 16.99% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5FD2 is #01A02D. Grayscale: #9B9B9B. Windows color (decimal): -106542 or 13787134. OLE color: 13787134.

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

Color convert

RGB 254 95 210 -
CMYK 0 0.63 0.17 0.00
HSL 316.6º 0.99% 0.68% -
HSV(B) 316.6º 0.63% 1% -
XYZ 56.6 33.91 64.53 -
YUV 155.65 158.68 198.15 -
System Red Green Blue C M Y K H S L
Decimal 254 95 210 0 0.63 0.17 0.00 316.6 0.99 0.68
Hex FE 5F D2 0 3F 11 0 13D 63 44
Octal 376 137 322 0 77 21 0 475 143 104
Binary 11111110 1011111 11010010 0 111111 10001 0 100111101 1100011 1000100

Color Harmonies of #FE5FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5FD2

Black with #FE5FD2

Text Example


Text Example

White with #FE5FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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