Shades of Neon Blue #514FE5
Tints of Neon Blue #514FE5
RGB
CMYK
RGB Variations
Color information
#514FE5 (or 0x514FE5) is known color: Neon Blue. HEX triplet: 51, 4F and E5. RGB value is (81,79,229). Sum of RGB (Red+Green+Blue) = 81+79+229=389 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.82% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 229 (89.84% from 255 or 58.87% from 389); Max value from RGB is 229 - color contains mainly: blue. Hex color #514FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FE5 is #AEB01A. Grayscale: #606060. Windows color (decimal): -11448347 or 15028049. OLE color: 15028049.
HSL color Cylindrical-coordinate representation of color #514FE5: hue angle of 240.8º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #514FE5 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 79 | 229 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.10 |
| HSL | 240.8º | 0.74% | 0.6% | - |
| HSV(B) | 240.8º | 0.66% | 0.9% | - |
| XYZ | 20.33 | 13 | 75.57 | - |
| YUV | 96.7 | 202.66 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 229 | 0.65 | 0.66 | 0 | 0.10 | 240.8 | 0.74 | 0.6 |
| Hex | 51 | 4F | E5 | 41 | 42 | 0 | A | F1 | 4A | 3C |
| Octal | 121 | 117 | 345 | 101 | 102 | 0 | 12 | 361 | 112 | 74 |
| Binary | 1010001 | 1001111 | 11100101 | 1000001 | 1000010 | 0 | 1010 | 11110001 | 1001010 | 111100 |
Color Harmonies of #514FE5
Complementary color
Monochromatic Colors of #514FE5
Black with #514FE5
Text Example
Text Example
White with #514FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514FE5; }
p { color: rgb(81,79,229); }
H1.HeaderClassName
{
color: #514FE5;
}
.AnyTagClassName
{
color: #514FE5;
}
</style>
background-color css
<style>
a { background-color: #514FE5; }
a { background-color: rgb(81,79,229); }
div.DivClassName
{
background-color: #514FE5;
}
.BgClassName
{
background-color: #514FE5;
}
</style>
border-color css
<style>
span { border-color: #514FE5; }
span { border-color: rgb(81,79,229); }
td.TdClassName
{
border-color: #514FE5;
}
.TagClassName
{
border-color: #514FE5;
}
</style>