Shades of Neon Blue #5456FD
Tints of Neon Blue #5456FD
RGB
CMYK
RGB Variations
Color information
#5456FD (or 0x5456FD) is known color: Neon Blue. HEX triplet: 54, 56 and FD. RGB value is (84,86,253). Sum of RGB (Red+Green+Blue) = 84+86+253=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #5456FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5456FD is #ABA902. Grayscale: #676767. Windows color (decimal): -11249923 or 16602708. OLE color: 16602708.
HSL color Cylindrical-coordinate representation of color #5456FD: hue angle of 239.29º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5456FD is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 86 | 253 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.01 |
| HSL | 239.29º | 0.98% | 0.66% | - |
| HSV(B) | 239.29º | 0.67% | 0.99% | - |
| XYZ | 24.71 | 15.63 | 94.64 | - |
| YUV | 104.44 | 211.84 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 253 | 0.67 | 0.66 | 0 | 0.01 | 239.29 | 0.98 | 0.66 |
| Hex | 54 | 56 | FD | 43 | 42 | 0 | 1 | EF | 62 | 42 |
| Octal | 124 | 126 | 375 | 103 | 102 | 0 | 1 | 357 | 142 | 102 |
| Binary | 1010100 | 1010110 | 11111101 | 1000011 | 1000010 | 0 | 1 | 11101111 | 1100010 | 1000010 |
Color Harmonies of #5456FD
Complementary color
Monochromatic Colors of #5456FD
Black with #5456FD
Text Example
Text Example
White with #5456FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5456FD; }
p { color: rgb(84,86,253); }
H1.HeaderClassName
{
color: #5456FD;
}
.AnyTagClassName
{
color: #5456FD;
}
</style>
background-color css
<style>
a { background-color: #5456FD; }
a { background-color: rgb(84,86,253); }
div.DivClassName
{
background-color: #5456FD;
}
.BgClassName
{
background-color: #5456FD;
}
</style>
border-color css
<style>
span { border-color: #5456FD; }
span { border-color: rgb(84,86,253); }
td.TdClassName
{
border-color: #5456FD;
}
.TagClassName
{
border-color: #5456FD;
}
</style>