Shades of Neon Blue #5745FF
Tints of Neon Blue #5745FF
RGB
CMYK
RGB Variations
Color information
#5745FF (or 0x5745FF) is known color: Neon Blue. HEX triplet: 57, 45 and FF. RGB value is (87,69,255). Sum of RGB (Red+Green+Blue) = 87+69+255=411 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.17% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #5745FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5745FF is #A8BA00. Grayscale: #5E5E5E. Windows color (decimal): -11057665 or 16729431. OLE color: 16729431.
HSL color Cylindrical-coordinate representation of color #5745FF: hue angle of 245.81º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5745FF is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 69 | 255 | - |
| CMYK | 0.66 | 0.73 | 0 | 0 |
| HSL | 245.81º | 1% | 0.64% | - |
| HSV(B) | 245.81º | 0.73% | 1% | - |
| XYZ | 24.11 | 13.5 | 95.94 | - |
| YUV | 95.59 | 217.96 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 69 | 255 | 0.66 | 0.73 | 0 | 0 | 245.81 | 1 | 0.64 |
| Hex | 57 | 45 | FF | 42 | 49 | 0 | 0 | F6 | 64 | 40 |
| Octal | 127 | 105 | 377 | 102 | 111 | 0 | 0 | 366 | 144 | 100 |
| Binary | 1010111 | 1000101 | 11111111 | 1000010 | 1001001 | 0 | 0 | 11110110 | 1100100 | 1000000 |
Color Harmonies of #5745FF
Complementary color
Monochromatic Colors of #5745FF
Black with #5745FF
Text Example
Text Example
White with #5745FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5745FF; }
p { color: rgb(87,69,255); }
H1.HeaderClassName
{
color: #5745FF;
}
.AnyTagClassName
{
color: #5745FF;
}
</style>
background-color css
<style>
a { background-color: #5745FF; }
a { background-color: rgb(87,69,255); }
div.DivClassName
{
background-color: #5745FF;
}
.BgClassName
{
background-color: #5745FF;
}
</style>
border-color css
<style>
span { border-color: #5745FF; }
span { border-color: rgb(87,69,255); }
td.TdClassName
{
border-color: #5745FF;
}
.TagClassName
{
border-color: #5745FF;
}
</style>