Shades of Neon Blue #514FE8
Tints of Neon Blue #514FE8
RGB
CMYK
RGB Variations
Color information
#514FE8 (or 0x514FE8) is known color: Neon Blue. HEX triplet: 51, 4F and E8. RGB value is (81,79,232). Sum of RGB (Red+Green+Blue) = 81+79+232=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 232 (91.02% from 255 or 59.18% from 392); Max value from RGB is 232 - color contains mainly: blue. Hex color #514FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514FE8 is #AEB017. Grayscale: #606060. Windows color (decimal): -11448344 or 15224657. OLE color: 15224657.
HSL color Cylindrical-coordinate representation of color #514FE8: hue angle of 240.78º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #514FE8 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 79 | 232 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.09 |
| HSL | 240.78º | 0.77% | 0.61% | - |
| HSV(B) | 240.78º | 0.66% | 0.91% | - |
| XYZ | 20.75 | 13.17 | 77.79 | - |
| YUV | 97.04 | 204.16 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 232 | 0.65 | 0.66 | 0 | 0.09 | 240.78 | 0.77 | 0.61 |
| Hex | 51 | 4F | E8 | 41 | 42 | 0 | 9 | F1 | 4D | 3D |
| Octal | 121 | 117 | 350 | 101 | 102 | 0 | 11 | 361 | 115 | 75 |
| Binary | 1010001 | 1001111 | 11101000 | 1000001 | 1000010 | 0 | 1001 | 11110001 | 1001101 | 111101 |
Color Harmonies of #514FE8
Complementary color
Monochromatic Colors of #514FE8
Black with #514FE8
Text Example
Text Example
White with #514FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514FE8; }
p { color: rgb(81,79,232); }
H1.HeaderClassName
{
color: #514FE8;
}
.AnyTagClassName
{
color: #514FE8;
}
</style>
background-color css
<style>
a { background-color: #514FE8; }
a { background-color: rgb(81,79,232); }
div.DivClassName
{
background-color: #514FE8;
}
.BgClassName
{
background-color: #514FE8;
}
</style>
border-color css
<style>
span { border-color: #514FE8; }
span { border-color: rgb(81,79,232); }
td.TdClassName
{
border-color: #514FE8;
}
.TagClassName
{
border-color: #514FE8;
}
</style>