Shades of Neon Blue #5335FE
Tints of Neon Blue #5335FE
RGB
CMYK
RGB Variations
Color information
#5335FE (or 0x5335FE) is known color: Neon Blue. HEX triplet: 53, 35 and FE. RGB value is (83,53,254). Sum of RGB (Red+Green+Blue) = 83+53+254=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #5335FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5335FE is #ACCA01. Grayscale: #545454. Windows color (decimal): -11323906 or 16659795. OLE color: 16659795.
HSL color Cylindrical-coordinate representation of color #5335FE: hue angle of 248.96º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5335FE is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 53 | 254 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.00 |
| HSL | 248.96º | 0.99% | 0.6% | - |
| HSV(B) | 248.96º | 0.79% | 1% | - |
| XYZ | 22.73 | 11.54 | 94.8 | - |
| YUV | 84.88 | 223.44 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 53 | 254 | 0.67 | 0.79 | 0 | 0.00 | 248.96 | 0.99 | 0.6 |
| Hex | 53 | 35 | FE | 43 | 4F | 0 | 0 | F9 | 63 | 3C |
| Octal | 123 | 65 | 376 | 103 | 117 | 0 | 0 | 371 | 143 | 74 |
| Binary | 1010011 | 110101 | 11111110 | 1000011 | 1001111 | 0 | 0 | 11111001 | 1100011 | 111100 |
Color Harmonies of #5335FE
Complementary color
Monochromatic Colors of #5335FE
Black with #5335FE
Text Example
Text Example
White with #5335FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5335FE; }
p { color: rgb(83,53,254); }
H1.HeaderClassName
{
color: #5335FE;
}
.AnyTagClassName
{
color: #5335FE;
}
</style>
background-color css
<style>
a { background-color: #5335FE; }
a { background-color: rgb(83,53,254); }
div.DivClassName
{
background-color: #5335FE;
}
.BgClassName
{
background-color: #5335FE;
}
</style>
border-color css
<style>
span { border-color: #5335FE; }
span { border-color: rgb(83,53,254); }
td.TdClassName
{
border-color: #5335FE;
}
.TagClassName
{
border-color: #5335FE;
}
</style>