Shades of Neon Blue #5356FE
Tints of Neon Blue #5356FE
RGB
CMYK
RGB Variations
Color information
#5356FE (or 0x5356FE) is known color: Neon Blue. HEX triplet: 53, 56 and FE. RGB value is (83,86,254). Sum of RGB (Red+Green+Blue) = 83+86+254=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #5356FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5356FE is #ACA901. Grayscale: #676767. Windows color (decimal): -11315458 or 16668243. OLE color: 16668243.
HSL color Cylindrical-coordinate representation of color #5356FE: hue angle of 238.95º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5356FE is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 86 | 254 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.00 |
| HSL | 238.95º | 0.99% | 0.66% | - |
| HSV(B) | 238.95º | 0.67% | 1% | - |
| XYZ | 24.78 | 15.65 | 95.48 | - |
| YUV | 104.26 | 212.51 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 254 | 0.67 | 0.66 | 0 | 0.00 | 238.95 | 0.99 | 0.66 |
| Hex | 53 | 56 | FE | 43 | 42 | 0 | 0 | EF | 63 | 42 |
| Octal | 123 | 126 | 376 | 103 | 102 | 0 | 0 | 357 | 143 | 102 |
| Binary | 1010011 | 1010110 | 11111110 | 1000011 | 1000010 | 0 | 0 | 11101111 | 1100011 | 1000010 |
Color Harmonies of #5356FE
Complementary color
Monochromatic Colors of #5356FE
Black with #5356FE
Text Example
Text Example
White with #5356FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5356FE; }
p { color: rgb(83,86,254); }
H1.HeaderClassName
{
color: #5356FE;
}
.AnyTagClassName
{
color: #5356FE;
}
</style>
background-color css
<style>
a { background-color: #5356FE; }
a { background-color: rgb(83,86,254); }
div.DivClassName
{
background-color: #5356FE;
}
.BgClassName
{
background-color: #5356FE;
}
</style>
border-color css
<style>
span { border-color: #5356FE; }
span { border-color: rgb(83,86,254); }
td.TdClassName
{
border-color: #5356FE;
}
.TagClassName
{
border-color: #5356FE;
}
</style>