Shades of Neon Blue #5736FF
Tints of Neon Blue #5736FF
RGB
CMYK
RGB Variations
Color information
#5736FF (or 0x5736FF) is known color: Neon Blue. HEX triplet: 57, 36 and FF. RGB value is (87,54,255). Sum of RGB (Red+Green+Blue) = 87+54+255=396 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.97% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #5736FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5736FF is #A8C900. Grayscale: #565656. Windows color (decimal): -11061505 or 16725591. OLE color: 16725591.
HSL color Cylindrical-coordinate representation of color #5736FF: hue angle of 249.85º 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 #5736FF is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 54 | 255 | - |
| CMYK | 0.66 | 0.79 | 0 | 0 |
| HSL | 249.85º | 1% | 0.61% | - |
| HSV(B) | 249.85º | 0.79% | 1% | - |
| XYZ | 23.3 | 11.88 | 95.67 | - |
| YUV | 86.78 | 222.93 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 54 | 255 | 0.66 | 0.79 | 0 | 0 | 249.85 | 1 | 0.61 |
| Hex | 57 | 36 | FF | 42 | 4F | 0 | 0 | FA | 64 | 3D |
| Octal | 127 | 66 | 377 | 102 | 117 | 0 | 0 | 372 | 144 | 75 |
| Binary | 1010111 | 110110 | 11111111 | 1000010 | 1001111 | 0 | 0 | 11111010 | 1100100 | 111101 |
Color Harmonies of #5736FF
Complementary color
Monochromatic Colors of #5736FF
Black with #5736FF
Text Example
Text Example
White with #5736FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5736FF; }
p { color: rgb(87,54,255); }
H1.HeaderClassName
{
color: #5736FF;
}
.AnyTagClassName
{
color: #5736FF;
}
</style>
background-color css
<style>
a { background-color: #5736FF; }
a { background-color: rgb(87,54,255); }
div.DivClassName
{
background-color: #5736FF;
}
.BgClassName
{
background-color: #5736FF;
}
</style>
border-color css
<style>
span { border-color: #5736FF; }
span { border-color: rgb(87,54,255); }
td.TdClassName
{
border-color: #5736FF;
}
.TagClassName
{
border-color: #5736FF;
}
</style>