Shades of Neon Blue #514CFB
Tints of Neon Blue #514CFB
RGB
CMYK
RGB Variations
Color information
#514CFB (or 0x514CFB) is known color: Neon Blue. HEX triplet: 51, 4C and FB. RGB value is (81,76,251). Sum of RGB (Red+Green+Blue) = 81+76+251=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #514CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #514CFB is #AEB304. Grayscale: #606060. Windows color (decimal): -11449093 or 16469073. OLE color: 16469073.
HSL color Cylindrical-coordinate representation of color #514CFB: hue angle of 241.71º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #514CFB is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 76 | 251 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.02 |
| HSL | 241.71º | 0.96% | 0.64% | - |
| HSV(B) | 241.71º | 0.7% | 0.98% | - |
| XYZ | 23.39 | 13.88 | 92.71 | - |
| YUV | 97.45 | 214.66 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 251 | 0.68 | 0.70 | 0 | 0.02 | 241.71 | 0.96 | 0.64 |
| Hex | 51 | 4C | FB | 44 | 46 | 0 | 2 | F2 | 60 | 40 |
| Octal | 121 | 114 | 373 | 104 | 106 | 0 | 2 | 362 | 140 | 100 |
| Binary | 1010001 | 1001100 | 11111011 | 1000100 | 1000110 | 0 | 10 | 11110010 | 1100000 | 1000000 |
Color Harmonies of #514CFB
Complementary color
Monochromatic Colors of #514CFB
Black with #514CFB
Text Example
Text Example
White with #514CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514CFB; }
p { color: rgb(81,76,251); }
H1.HeaderClassName
{
color: #514CFB;
}
.AnyTagClassName
{
color: #514CFB;
}
</style>
background-color css
<style>
a { background-color: #514CFB; }
a { background-color: rgb(81,76,251); }
div.DivClassName
{
background-color: #514CFB;
}
.BgClassName
{
background-color: #514CFB;
}
</style>
border-color css
<style>
span { border-color: #514CFB; }
span { border-color: rgb(81,76,251); }
td.TdClassName
{
border-color: #514CFB;
}
.TagClassName
{
border-color: #514CFB;
}
</style>