Shades of Neon Blue #5745EF
Tints of Neon Blue #5745EF
RGB
CMYK
RGB Variations
Color information
#5745EF (or 0x5745EF) is known color: Neon Blue. HEX triplet: 57, 45 and EF. RGB value is (87,69,239). Sum of RGB (Red+Green+Blue) = 87+69+239=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #5745EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5745EF is #A8BA10. Grayscale: #5D5D5D. Windows color (decimal): -11057681 or 15680855. OLE color: 15680855.
HSL color Cylindrical-coordinate representation of color #5745EF: hue angle of 246.35º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5745EF is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 69 | 239 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.06 |
| HSL | 246.35º | 0.84% | 0.6% | - |
| HSV(B) | 246.35º | 0.71% | 0.94% | - |
| XYZ | 21.64 | 12.51 | 82.94 | - |
| YUV | 93.76 | 209.96 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 69 | 239 | 0.64 | 0.71 | 0 | 0.06 | 246.35 | 0.84 | 0.6 |
| Hex | 57 | 45 | EF | 40 | 47 | 0 | 6 | F6 | 54 | 3C |
| Octal | 127 | 105 | 357 | 100 | 107 | 0 | 6 | 366 | 124 | 74 |
| Binary | 1010111 | 1000101 | 11101111 | 1000000 | 1000111 | 0 | 110 | 11110110 | 1010100 | 111100 |
Color Harmonies of #5745EF
Complementary color
Monochromatic Colors of #5745EF
Black with #5745EF
Text Example
Text Example
White with #5745EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5745EF; }
p { color: rgb(87,69,239); }
H1.HeaderClassName
{
color: #5745EF;
}
.AnyTagClassName
{
color: #5745EF;
}
</style>
background-color css
<style>
a { background-color: #5745EF; }
a { background-color: rgb(87,69,239); }
div.DivClassName
{
background-color: #5745EF;
}
.BgClassName
{
background-color: #5745EF;
}
</style>
border-color css
<style>
span { border-color: #5745EF; }
span { border-color: rgb(87,69,239); }
td.TdClassName
{
border-color: #5745EF;
}
.TagClassName
{
border-color: #5745EF;
}
</style>