Shades of Neon Blue #514EFC
Tints of Neon Blue #514EFC
RGB
CMYK
RGB Variations
Color information
#514EFC (or 0x514EFC) is known color: Neon Blue. HEX triplet: 51, 4E and FC. RGB value is (81,78,252). Sum of RGB (Red+Green+Blue) = 81+78+252=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #514EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514EFC is #AEB103. Grayscale: #626262. Windows color (decimal): -11448580 or 16535121. OLE color: 16535121.
HSL color Cylindrical-coordinate representation of color #514EFC: hue angle of 241.03º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #514EFC is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 78 | 252 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.01 |
| HSL | 241.03º | 0.97% | 0.65% | - |
| HSV(B) | 241.03º | 0.69% | 0.99% | - |
| XYZ | 23.69 | 14.23 | 93.59 | - |
| YUV | 98.73 | 214.49 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 252 | 0.68 | 0.69 | 0 | 0.01 | 241.03 | 0.97 | 0.65 |
| Hex | 51 | 4E | FC | 44 | 45 | 0 | 1 | F1 | 61 | 41 |
| Octal | 121 | 116 | 374 | 104 | 105 | 0 | 1 | 361 | 141 | 101 |
| Binary | 1010001 | 1001110 | 11111100 | 1000100 | 1000101 | 0 | 1 | 11110001 | 1100001 | 1000001 |
Color Harmonies of #514EFC
Complementary color
Monochromatic Colors of #514EFC
Black with #514EFC
Text Example
Text Example
White with #514EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514EFC; }
p { color: rgb(81,78,252); }
H1.HeaderClassName
{
color: #514EFC;
}
.AnyTagClassName
{
color: #514EFC;
}
</style>
background-color css
<style>
a { background-color: #514EFC; }
a { background-color: rgb(81,78,252); }
div.DivClassName
{
background-color: #514EFC;
}
.BgClassName
{
background-color: #514EFC;
}
</style>
border-color css
<style>
span { border-color: #514EFC; }
span { border-color: rgb(81,78,252); }
td.TdClassName
{
border-color: #514EFC;
}
.TagClassName
{
border-color: #514EFC;
}
</style>