Html Css Color HEX #FF5AD9 Neon Pink

📋 copy color: '#FF5AD9'

red 255 ◦ green 90 ◦ blue 217

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

Shades of Neon Pink #FF5AD9

Tints of Neon Pink #FF5AD9

RGB

 RED value IS 255 (100% from 255) = 45.37%

 GREEN value IS 90 (35.55% from 255) = 16.01%

 BLUE value IS 217 (85.16% from 255) = 38.61%

R = 45.37%
G = 16.01%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF5AD9 (or 0xFF5AD9) is known color: Neon Pink. HEX triplet: FF, 5A and D9. RGB value is (255,90,217). Sum of RGB (Red+Green+Blue) = 255+90+217=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 90 (35.55% from 255 or 16.01% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5AD9 is #00A526. Grayscale: #999999. Windows color (decimal): -42279 or 14244607. OLE color: 14244607.

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

Color convert

RGB 255 90 217 -
CMYK 0 0.65 0.15 0
HSL 313.82º 1% 0.68% -
HSV(B) 313.82º 0.65% 1% -
XYZ 57.42 33.58 69.1 -
YUV 153.81 163.66 200.17 -
System Red Green Blue C M Y K H S L
Decimal 255 90 217 0 0.65 0.15 0 313.82 1 0.68
Hex FF 5A D9 0 41 F 0 13A 64 44
Octal 377 132 331 0 101 17 0 472 144 104
Binary 11111111 1011010 11011001 0 1000001 1111 0 100111010 1100100 1000100

Color Harmonies of #FF5AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5AD9

Black with #FF5AD9

Text Example


Text Example

White with #FF5AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5AD9; }

 p { color: rgb(255,90,217); }

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

background-color css

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

 a { background-color: rgb(255,90,217); }

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

border-color css

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

 span { border-color: rgb(255,90,217); }

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