Shades of Neon Blue #5343FE
Tints of Neon Blue #5343FE
RGB
CMYK
RGB Variations
Color information
#5343FE (or 0x5343FE) is known color: Neon Blue. HEX triplet: 53, 43 and FE. RGB value is (83,67,254). Sum of RGB (Red+Green+Blue) = 83+67+254=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #5343FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5343FE is #ACBC01. Grayscale: #5C5C5C. Windows color (decimal): -11320322 or 16663379. OLE color: 16663379.
HSL color Cylindrical-coordinate representation of color #5343FE: hue angle of 245.13º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5343FE is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 67 | 254 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.00 |
| HSL | 245.13º | 0.99% | 0.63% | - |
| HSV(B) | 245.13º | 0.74% | 1% | - |
| XYZ | 23.46 | 13.01 | 95.04 | - |
| YUV | 93.1 | 218.8 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 254 | 0.67 | 0.74 | 0 | 0.00 | 245.13 | 0.99 | 0.63 |
| Hex | 53 | 43 | FE | 43 | 4A | 0 | 0 | F5 | 63 | 3F |
| Octal | 123 | 103 | 376 | 103 | 112 | 0 | 0 | 365 | 143 | 77 |
| Binary | 1010011 | 1000011 | 11111110 | 1000011 | 1001010 | 0 | 0 | 11110101 | 1100011 | 111111 |
Color Harmonies of #5343FE
Complementary color
Monochromatic Colors of #5343FE
Black with #5343FE
Text Example
Text Example
White with #5343FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5343FE; }
p { color: rgb(83,67,254); }
H1.HeaderClassName
{
color: #5343FE;
}
.AnyTagClassName
{
color: #5343FE;
}
</style>
background-color css
<style>
a { background-color: #5343FE; }
a { background-color: rgb(83,67,254); }
div.DivClassName
{
background-color: #5343FE;
}
.BgClassName
{
background-color: #5343FE;
}
</style>
border-color css
<style>
span { border-color: #5343FE; }
span { border-color: rgb(83,67,254); }
td.TdClassName
{
border-color: #5343FE;
}
.TagClassName
{
border-color: #5343FE;
}
</style>