Shades of Neon Blue #5751FE
Tints of Neon Blue #5751FE
RGB
CMYK
RGB Variations
Color information
#5751FE (or 0x5751FE) is known color: Neon Blue. HEX triplet: 57, 51 and FE. RGB value is (87,81,254). Sum of RGB (Red+Green+Blue) = 87+81+254=422 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.62% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #5751FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5751FE is #A8AE01. Grayscale: #656565. Windows color (decimal): -11054594 or 16666967. OLE color: 16666967.
HSL color Cylindrical-coordinate representation of color #5751FE: hue angle of 242.08º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5751FE is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 81 | 254 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.00 |
| HSL | 242.08º | 0.99% | 0.66% | - |
| HSV(B) | 242.08º | 0.68% | 1% | - |
| XYZ | 24.76 | 15.07 | 95.37 | - |
| YUV | 102.52 | 213.49 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 254 | 0.66 | 0.68 | 0 | 0.00 | 242.08 | 0.99 | 0.66 |
| Hex | 57 | 51 | FE | 42 | 44 | 0 | 0 | F2 | 63 | 42 |
| Octal | 127 | 121 | 376 | 102 | 104 | 0 | 0 | 362 | 143 | 102 |
| Binary | 1010111 | 1010001 | 11111110 | 1000010 | 1000100 | 0 | 0 | 11110010 | 1100011 | 1000010 |
Color Harmonies of #5751FE
Complementary color
Monochromatic Colors of #5751FE
Black with #5751FE
Text Example
Text Example
White with #5751FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5751FE; }
p { color: rgb(87,81,254); }
H1.HeaderClassName
{
color: #5751FE;
}
.AnyTagClassName
{
color: #5751FE;
}
</style>
background-color css
<style>
a { background-color: #5751FE; }
a { background-color: rgb(87,81,254); }
div.DivClassName
{
background-color: #5751FE;
}
.BgClassName
{
background-color: #5751FE;
}
</style>
border-color css
<style>
span { border-color: #5751FE; }
span { border-color: rgb(87,81,254); }
td.TdClassName
{
border-color: #5751FE;
}
.TagClassName
{
border-color: #5751FE;
}
</style>