Shades of Neon Blue #514AF9
Tints of Neon Blue #514AF9
RGB
CMYK
RGB Variations
Color information
#514AF9 (or 0x514AF9) is known color: Neon Blue. HEX triplet: 51, 4A and F9. RGB value is (81,74,249). Sum of RGB (Red+Green+Blue) = 81+74+249=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 249 (97.66% from 255 or 61.63% from 404); Max value from RGB is 249 - color contains mainly: blue. Hex color #514AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #514AF9 is #AEB506. Grayscale: #5F5F5F. Windows color (decimal): -11449607 or 16337489. OLE color: 16337489.
HSL color Cylindrical-coordinate representation of color #514AF9: hue angle of 242.4º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #514AF9 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 74 | 249 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.02 |
| HSL | 242.4º | 0.94% | 0.63% | - |
| HSV(B) | 242.4º | 0.7% | 0.98% | - |
| XYZ | 22.94 | 13.49 | 91.02 | - |
| YUV | 96.04 | 214.32 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 249 | 0.67 | 0.70 | 0 | 0.02 | 242.4 | 0.94 | 0.63 |
| Hex | 51 | 4A | F9 | 43 | 46 | 0 | 2 | F2 | 5E | 3F |
| Octal | 121 | 112 | 371 | 103 | 106 | 0 | 2 | 362 | 136 | 77 |
| Binary | 1010001 | 1001010 | 11111001 | 1000011 | 1000110 | 0 | 10 | 11110010 | 1011110 | 111111 |
Color Harmonies of #514AF9
Complementary color
Monochromatic Colors of #514AF9
Black with #514AF9
Text Example
Text Example
White with #514AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514AF9; }
p { color: rgb(81,74,249); }
H1.HeaderClassName
{
color: #514AF9;
}
.AnyTagClassName
{
color: #514AF9;
}
</style>
background-color css
<style>
a { background-color: #514AF9; }
a { background-color: rgb(81,74,249); }
div.DivClassName
{
background-color: #514AF9;
}
.BgClassName
{
background-color: #514AF9;
}
</style>
border-color css
<style>
span { border-color: #514AF9; }
span { border-color: rgb(81,74,249); }
td.TdClassName
{
border-color: #514AF9;
}
.TagClassName
{
border-color: #514AF9;
}
</style>