Shades of Neon Blue #5351FE
Tints of Neon Blue #5351FE
RGB
CMYK
RGB Variations
Color information
#5351FE (or 0x5351FE) is known color: Neon Blue. HEX triplet: 53, 51 and FE. RGB value is (83,81,254). Sum of RGB (Red+Green+Blue) = 83+81+254=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #5351FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5351FE is #ACAE01. Grayscale: #646464. Windows color (decimal): -11316738 or 16666963. OLE color: 16666963.
HSL color Cylindrical-coordinate representation of color #5351FE: hue angle of 240.69º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5351FE is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 81 | 254 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.00 |
| HSL | 240.69º | 0.99% | 0.66% | - |
| HSV(B) | 240.69º | 0.68% | 1% | - |
| XYZ | 24.4 | 14.88 | 95.35 | - |
| YUV | 101.32 | 214.16 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 254 | 0.67 | 0.68 | 0 | 0.00 | 240.69 | 0.99 | 0.66 |
| Hex | 53 | 51 | FE | 43 | 44 | 0 | 0 | F1 | 63 | 42 |
| Octal | 123 | 121 | 376 | 103 | 104 | 0 | 0 | 361 | 143 | 102 |
| Binary | 1010011 | 1010001 | 11111110 | 1000011 | 1000100 | 0 | 0 | 11110001 | 1100011 | 1000010 |
Color Harmonies of #5351FE
Complementary color
Monochromatic Colors of #5351FE
Black with #5351FE
Text Example
Text Example
White with #5351FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5351FE; }
p { color: rgb(83,81,254); }
H1.HeaderClassName
{
color: #5351FE;
}
.AnyTagClassName
{
color: #5351FE;
}
</style>
background-color css
<style>
a { background-color: #5351FE; }
a { background-color: rgb(83,81,254); }
div.DivClassName
{
background-color: #5351FE;
}
.BgClassName
{
background-color: #5351FE;
}
</style>
border-color css
<style>
span { border-color: #5351FE; }
span { border-color: rgb(83,81,254); }
td.TdClassName
{
border-color: #5351FE;
}
.TagClassName
{
border-color: #5351FE;
}
</style>