Shades of Neon Blue #514FEF
Tints of Neon Blue #514FEF
RGB
CMYK
RGB Variations
Color information
#514FEF (or 0x514FEF) is known color: Neon Blue. HEX triplet: 51, 4F and EF. RGB value is (81,79,239). Sum of RGB (Red+Green+Blue) = 81+79+239=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #514FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514FEF is #AEB010. Grayscale: #616161. Windows color (decimal): -11448337 or 15683409. OLE color: 15683409.
HSL color Cylindrical-coordinate representation of color #514FEF: hue angle of 240.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #514FEF is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 79 | 239 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.06 |
| HSL | 240.75º | 0.83% | 0.62% | - |
| HSV(B) | 240.75º | 0.67% | 0.94% | - |
| XYZ | 21.77 | 13.57 | 83.13 | - |
| YUV | 97.84 | 207.66 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 239 | 0.66 | 0.67 | 0 | 0.06 | 240.75 | 0.83 | 0.62 |
| Hex | 51 | 4F | EF | 42 | 43 | 0 | 6 | F1 | 53 | 3E |
| Octal | 121 | 117 | 357 | 102 | 103 | 0 | 6 | 361 | 123 | 76 |
| Binary | 1010001 | 1001111 | 11101111 | 1000010 | 1000011 | 0 | 110 | 11110001 | 1010011 | 111110 |
Color Harmonies of #514FEF
Complementary color
Monochromatic Colors of #514FEF
Black with #514FEF
Text Example
Text Example
White with #514FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514FEF; }
p { color: rgb(81,79,239); }
H1.HeaderClassName
{
color: #514FEF;
}
.AnyTagClassName
{
color: #514FEF;
}
</style>
background-color css
<style>
a { background-color: #514FEF; }
a { background-color: rgb(81,79,239); }
div.DivClassName
{
background-color: #514FEF;
}
.BgClassName
{
background-color: #514FEF;
}
</style>
border-color css
<style>
span { border-color: #514FEF; }
span { border-color: rgb(81,79,239); }
td.TdClassName
{
border-color: #514FEF;
}
.TagClassName
{
border-color: #514FEF;
}
</style>