Shades of Neon Blue #514AFB
Tints of Neon Blue #514AFB
RGB
CMYK
RGB Variations
Color information
#514AFB (or 0x514AFB) is known color: Neon Blue. HEX triplet: 51, 4A and FB. RGB value is (81,74,251). Sum of RGB (Red+Green+Blue) = 81+74+251=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #514AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #514AFB is #AEB504. Grayscale: #5F5F5F. Windows color (decimal): -11449605 or 16468561. OLE color: 16468561.
HSL color Cylindrical-coordinate representation of color #514AFB: hue angle of 242.37º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #514AFB is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 74 | 251 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.02 |
| HSL | 242.37º | 0.96% | 0.64% | - |
| HSV(B) | 242.37º | 0.71% | 0.98% | - |
| XYZ | 23.25 | 13.61 | 92.67 | - |
| YUV | 96.27 | 215.32 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 251 | 0.68 | 0.71 | 0 | 0.02 | 242.37 | 0.96 | 0.64 |
| Hex | 51 | 4A | FB | 44 | 47 | 0 | 2 | F2 | 60 | 40 |
| Octal | 121 | 112 | 373 | 104 | 107 | 0 | 2 | 362 | 140 | 100 |
| Binary | 1010001 | 1001010 | 11111011 | 1000100 | 1000111 | 0 | 10 | 11110010 | 1100000 | 1000000 |
Color Harmonies of #514AFB
Complementary color
Monochromatic Colors of #514AFB
Black with #514AFB
Text Example
Text Example
White with #514AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514AFB; }
p { color: rgb(81,74,251); }
H1.HeaderClassName
{
color: #514AFB;
}
.AnyTagClassName
{
color: #514AFB;
}
</style>
background-color css
<style>
a { background-color: #514AFB; }
a { background-color: rgb(81,74,251); }
div.DivClassName
{
background-color: #514AFB;
}
.BgClassName
{
background-color: #514AFB;
}
</style>
border-color css
<style>
span { border-color: #514AFB; }
span { border-color: rgb(81,74,251); }
td.TdClassName
{
border-color: #514AFB;
}
.TagClassName
{
border-color: #514AFB;
}
</style>