Shades of Neon Blue #5751ED
Tints of Neon Blue #5751ED
RGB
CMYK
RGB Variations
Color information
#5751ED (or 0x5751ED) is known color: Neon Blue. HEX triplet: 57, 51 and ED. RGB value is (87,81,237). Sum of RGB (Red+Green+Blue) = 87+81+237=405 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.48% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 237 (92.97% from 255 or 58.52% from 405); Max value from RGB is 237 - color contains mainly: blue. Hex color #5751ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5751ED is #A8AE12. Grayscale: #636363. Windows color (decimal): -11054611 or 15552855. OLE color: 15552855.
HSL color Cylindrical-coordinate representation of color #5751ED: hue angle of 242.31º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5751ED is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 81 | 237 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.07 |
| HSL | 242.31º | 0.81% | 0.62% | - |
| HSV(B) | 242.31º | 0.66% | 0.93% | - |
| XYZ | 22.16 | 14.03 | 81.66 | - |
| YUV | 100.58 | 204.99 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 237 | 0.63 | 0.66 | 0 | 0.07 | 242.31 | 0.81 | 0.62 |
| Hex | 57 | 51 | ED | 3F | 42 | 0 | 7 | F2 | 51 | 3E |
| Octal | 127 | 121 | 355 | 77 | 102 | 0 | 7 | 362 | 121 | 76 |
| Binary | 1010111 | 1010001 | 11101101 | 111111 | 1000010 | 0 | 111 | 11110010 | 1010001 | 111110 |
Color Harmonies of #5751ED
Complementary color
Monochromatic Colors of #5751ED
Black with #5751ED
Text Example
Text Example
White with #5751ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5751ED; }
p { color: rgb(87,81,237); }
H1.HeaderClassName
{
color: #5751ED;
}
.AnyTagClassName
{
color: #5751ED;
}
</style>
background-color css
<style>
a { background-color: #5751ED; }
a { background-color: rgb(87,81,237); }
div.DivClassName
{
background-color: #5751ED;
}
.BgClassName
{
background-color: #5751ED;
}
</style>
border-color css
<style>
span { border-color: #5751ED; }
span { border-color: rgb(87,81,237); }
td.TdClassName
{
border-color: #5751ED;
}
.TagClassName
{
border-color: #5751ED;
}
</style>