Shades of Neon Blue #514BEC
Tints of Neon Blue #514BEC
RGB
CMYK
RGB Variations
Color information
#514BEC (or 0x514BEC) is known color: Neon Blue. HEX triplet: 51, 4B and EC. RGB value is (81,75,236). Sum of RGB (Red+Green+Blue) = 81+75+236=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #514BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #514BEC is #AEB413. Grayscale: #5E5E5E. Windows color (decimal): -11449364 or 15485777. OLE color: 15485777.
HSL color Cylindrical-coordinate representation of color #514BEC: hue angle of 242.24º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #514BEC is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 75 | 236 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.07 |
| HSL | 242.24º | 0.81% | 0.61% | - |
| HSV(B) | 242.24º | 0.68% | 0.93% | - |
| XYZ | 21.05 | 12.84 | 80.73 | - |
| YUV | 95.15 | 207.49 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 236 | 0.66 | 0.68 | 0 | 0.07 | 242.24 | 0.81 | 0.61 |
| Hex | 51 | 4B | EC | 42 | 44 | 0 | 7 | F2 | 51 | 3D |
| Octal | 121 | 113 | 354 | 102 | 104 | 0 | 7 | 362 | 121 | 75 |
| Binary | 1010001 | 1001011 | 11101100 | 1000010 | 1000100 | 0 | 111 | 11110010 | 1010001 | 111101 |
Color Harmonies of #514BEC
Complementary color
Monochromatic Colors of #514BEC
Black with #514BEC
Text Example
Text Example
White with #514BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514BEC; }
p { color: rgb(81,75,236); }
H1.HeaderClassName
{
color: #514BEC;
}
.AnyTagClassName
{
color: #514BEC;
}
</style>
background-color css
<style>
a { background-color: #514BEC; }
a { background-color: rgb(81,75,236); }
div.DivClassName
{
background-color: #514BEC;
}
.BgClassName
{
background-color: #514BEC;
}
</style>
border-color css
<style>
span { border-color: #514BEC; }
span { border-color: rgb(81,75,236); }
td.TdClassName
{
border-color: #514BEC;
}
.TagClassName
{
border-color: #514BEC;
}
</style>