Shades of Neon Blue #514CFF
Tints of Neon Blue #514CFF
RGB
CMYK
RGB Variations
Color information
#514CFF (or 0x514CFF) is known color: Neon Blue. HEX triplet: 51, 4C and FF. RGB value is (81,76,255). Sum of RGB (Red+Green+Blue) = 81+76+255=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #514CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #514CFF is #AEB300. Grayscale: #616161. Windows color (decimal): -11449089 or 16731217. OLE color: 16731217.
HSL color Cylindrical-coordinate representation of color #514CFF: hue angle of 241.68º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #514CFF is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 76 | 255 | - |
| CMYK | 0.68 | 0.70 | 0 | 0 |
| HSL | 241.68º | 1% | 0.65% | - |
| HSV(B) | 241.68º | 0.7% | 1% | - |
| XYZ | 24.03 | 14.14 | 96.07 | - |
| YUV | 97.9 | 216.66 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 255 | 0.68 | 0.70 | 0 | 0 | 241.68 | 1 | 0.65 |
| Hex | 51 | 4C | FF | 44 | 46 | 0 | 0 | F2 | 64 | 41 |
| Octal | 121 | 114 | 377 | 104 | 106 | 0 | 0 | 362 | 144 | 101 |
| Binary | 1010001 | 1001100 | 11111111 | 1000100 | 1000110 | 0 | 0 | 11110010 | 1100100 | 1000001 |
Color Harmonies of #514CFF
Complementary color
Monochromatic Colors of #514CFF
Black with #514CFF
Text Example
Text Example
White with #514CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514CFF; }
p { color: rgb(81,76,255); }
H1.HeaderClassName
{
color: #514CFF;
}
.AnyTagClassName
{
color: #514CFF;
}
</style>
background-color css
<style>
a { background-color: #514CFF; }
a { background-color: rgb(81,76,255); }
div.DivClassName
{
background-color: #514CFF;
}
.BgClassName
{
background-color: #514CFF;
}
</style>
border-color css
<style>
span { border-color: #514CFF; }
span { border-color: rgb(81,76,255); }
td.TdClassName
{
border-color: #514CFF;
}
.TagClassName
{
border-color: #514CFF;
}
</style>