Shades of Neon Blue #5436FF
Tints of Neon Blue #5436FF
RGB
CMYK
RGB Variations
Color information
#5436FF (or 0x5436FF) is known color: Neon Blue. HEX triplet: 54, 36 and FF. RGB value is (84,54,255). Sum of RGB (Red+Green+Blue) = 84+54+255=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #5436FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5436FF is #ABC900. Grayscale: #555555. Windows color (decimal): -11258113 or 16725588. OLE color: 16725588.
HSL color Cylindrical-coordinate representation of color #5436FF: hue angle of 248.96º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5436FF is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 54 | 255 | - |
| CMYK | 0.67 | 0.79 | 0 | 0 |
| HSL | 248.96º | 1% | 0.61% | - |
| HSV(B) | 248.96º | 0.79% | 1% | - |
| XYZ | 23.03 | 11.74 | 95.66 | - |
| YUV | 85.88 | 223.44 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 54 | 255 | 0.67 | 0.79 | 0 | 0 | 248.96 | 1 | 0.61 |
| Hex | 54 | 36 | FF | 43 | 4F | 0 | 0 | F9 | 64 | 3D |
| Octal | 124 | 66 | 377 | 103 | 117 | 0 | 0 | 371 | 144 | 75 |
| Binary | 1010100 | 110110 | 11111111 | 1000011 | 1001111 | 0 | 0 | 11111001 | 1100100 | 111101 |
Color Harmonies of #5436FF
Complementary color
Monochromatic Colors of #5436FF
Black with #5436FF
Text Example
Text Example
White with #5436FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5436FF; }
p { color: rgb(84,54,255); }
H1.HeaderClassName
{
color: #5436FF;
}
.AnyTagClassName
{
color: #5436FF;
}
</style>
background-color css
<style>
a { background-color: #5436FF; }
a { background-color: rgb(84,54,255); }
div.DivClassName
{
background-color: #5436FF;
}
.BgClassName
{
background-color: #5436FF;
}
</style>
border-color css
<style>
span { border-color: #5436FF; }
span { border-color: rgb(84,54,255); }
td.TdClassName
{
border-color: #5436FF;
}
.TagClassName
{
border-color: #5436FF;
}
</style>