Shades of Neon Blue #5439DF
Tints of Neon Blue #5439DF
RGB
CMYK
RGB Variations
Color information
#5439DF (or 0x5439DF) is known color: Neon Blue. HEX triplet: 54, 39 and DF. RGB value is (84,57,223). Sum of RGB (Red+Green+Blue) = 84+57+223=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #5439DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5439DF is #ABC620. Grayscale: #535353. Windows color (decimal): -11257377 or 14629204. OLE color: 14629204.
HSL color Cylindrical-coordinate representation of color #5439DF: hue angle of 249.76º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5439DF is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 57 | 223 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.13 |
| HSL | 249.76º | 0.72% | 0.55% | - |
| HSV(B) | 249.76º | 0.74% | 0.87% | - |
| XYZ | 18.44 | 10.14 | 70.8 | - |
| YUV | 84 | 206.45 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 57 | 223 | 0.62 | 0.74 | 0 | 0.13 | 249.76 | 0.72 | 0.55 |
| Hex | 54 | 39 | DF | 3E | 4A | 0 | D | FA | 48 | 37 |
| Octal | 124 | 71 | 337 | 76 | 112 | 0 | 15 | 372 | 110 | 67 |
| Binary | 1010100 | 111001 | 11011111 | 111110 | 1001010 | 0 | 1101 | 11111010 | 1001000 | 110111 |
Color Harmonies of #5439DF
Complementary color
Monochromatic Colors of #5439DF
Black with #5439DF
Text Example
Text Example
White with #5439DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5439DF; }
p { color: rgb(84,57,223); }
H1.HeaderClassName
{
color: #5439DF;
}
.AnyTagClassName
{
color: #5439DF;
}
</style>
background-color css
<style>
a { background-color: #5439DF; }
a { background-color: rgb(84,57,223); }
div.DivClassName
{
background-color: #5439DF;
}
.BgClassName
{
background-color: #5439DF;
}
</style>
border-color css
<style>
span { border-color: #5439DF; }
span { border-color: rgb(84,57,223); }
td.TdClassName
{
border-color: #5439DF;
}
.TagClassName
{
border-color: #5439DF;
}
</style>