Shades of Neon Blue #5457FF
Tints of Neon Blue #5457FF
RGB
CMYK
RGB Variations
Color information
#5457FF (or 0x5457FF) is known color: Neon Blue. HEX triplet: 54, 57 and FF. RGB value is (84,87,255). Sum of RGB (Red+Green+Blue) = 84+87+255=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #5457FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5457FF is #ABA800. Grayscale: #686868. Windows color (decimal): -11249665 or 16734036. OLE color: 16734036.
HSL color Cylindrical-coordinate representation of color #5457FF: hue angle of 238.95º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5457FF is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 87 | 255 | - |
| CMYK | 0.67 | 0.66 | 0 | 0 |
| HSL | 238.95º | 1% | 0.66% | - |
| HSV(B) | 238.95º | 0.67% | 1% | - |
| XYZ | 25.11 | 15.92 | 96.36 | - |
| YUV | 105.26 | 212.51 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 255 | 0.67 | 0.66 | 0 | 0 | 238.95 | 1 | 0.66 |
| Hex | 54 | 57 | FF | 43 | 42 | 0 | 0 | EF | 64 | 42 |
| Octal | 124 | 127 | 377 | 103 | 102 | 0 | 0 | 357 | 144 | 102 |
| Binary | 1010100 | 1010111 | 11111111 | 1000011 | 1000010 | 0 | 0 | 11101111 | 1100100 | 1000010 |
Color Harmonies of #5457FF
Complementary color
Monochromatic Colors of #5457FF
Black with #5457FF
Text Example
Text Example
White with #5457FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5457FF; }
p { color: rgb(84,87,255); }
H1.HeaderClassName
{
color: #5457FF;
}
.AnyTagClassName
{
color: #5457FF;
}
</style>
background-color css
<style>
a { background-color: #5457FF; }
a { background-color: rgb(84,87,255); }
div.DivClassName
{
background-color: #5457FF;
}
.BgClassName
{
background-color: #5457FF;
}
</style>
border-color css
<style>
span { border-color: #5457FF; }
span { border-color: rgb(84,87,255); }
td.TdClassName
{
border-color: #5457FF;
}
.TagClassName
{
border-color: #5457FF;
}
</style>