Shades of Neon Blue #514CF5
Tints of Neon Blue #514CF5
RGB
CMYK
RGB Variations
Color information
#514CF5 (or 0x514CF5) is known color: Neon Blue. HEX triplet: 51, 4C and F5. RGB value is (81,76,245). Sum of RGB (Red+Green+Blue) = 81+76+245=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 245 (96.09% from 255 or 60.95% from 402); Max value from RGB is 245 - color contains mainly: blue. Hex color #514CF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #514CF5 is #AEB30A. Grayscale: #606060. Windows color (decimal): -11449099 or 16075857. OLE color: 16075857.
HSL color Cylindrical-coordinate representation of color #514CF5: hue angle of 241.78º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #514CF5 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 76 | 245 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.04 |
| HSL | 241.78º | 0.89% | 0.63% | - |
| HSV(B) | 241.78º | 0.69% | 0.96% | - |
| XYZ | 22.46 | 13.51 | 87.81 | - |
| YUV | 96.76 | 211.66 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 245 | 0.67 | 0.69 | 0 | 0.04 | 241.78 | 0.89 | 0.63 |
| Hex | 51 | 4C | F5 | 43 | 45 | 0 | 4 | F2 | 59 | 3F |
| Octal | 121 | 114 | 365 | 103 | 105 | 0 | 4 | 362 | 131 | 77 |
| Binary | 1010001 | 1001100 | 11110101 | 1000011 | 1000101 | 0 | 100 | 11110010 | 1011001 | 111111 |
Color Harmonies of #514CF5
Complementary color
Monochromatic Colors of #514CF5
Black with #514CF5
Text Example
Text Example
White with #514CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514CF5; }
p { color: rgb(81,76,245); }
H1.HeaderClassName
{
color: #514CF5;
}
.AnyTagClassName
{
color: #514CF5;
}
</style>
background-color css
<style>
a { background-color: #514CF5; }
a { background-color: rgb(81,76,245); }
div.DivClassName
{
background-color: #514CF5;
}
.BgClassName
{
background-color: #514CF5;
}
</style>
border-color css
<style>
span { border-color: #514CF5; }
span { border-color: rgb(81,76,245); }
td.TdClassName
{
border-color: #514CF5;
}
.TagClassName
{
border-color: #514CF5;
}
</style>