Shades of Neon Blue #5355FE
Tints of Neon Blue #5355FE
RGB
CMYK
RGB Variations
Color information
#5355FE (or 0x5355FE) is known color: Neon Blue. HEX triplet: 53, 55 and FE. RGB value is (83,85,254). Sum of RGB (Red+Green+Blue) = 83+85+254=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #5355FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5355FE is #ACAA01. Grayscale: #666666. Windows color (decimal): -11315714 or 16667987. OLE color: 16667987.
HSL color Cylindrical-coordinate representation of color #5355FE: hue angle of 239.3º 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 #5355FE is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 85 | 254 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.00 |
| HSL | 239.3º | 0.99% | 0.66% | - |
| HSV(B) | 239.3º | 0.67% | 1% | - |
| XYZ | 24.71 | 15.49 | 95.45 | - |
| YUV | 103.67 | 212.84 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 254 | 0.67 | 0.67 | 0 | 0.00 | 239.3 | 0.99 | 0.66 |
| Hex | 53 | 55 | FE | 43 | 43 | 0 | 0 | EF | 63 | 42 |
| Octal | 123 | 125 | 376 | 103 | 103 | 0 | 0 | 357 | 143 | 102 |
| Binary | 1010011 | 1010101 | 11111110 | 1000011 | 1000011 | 0 | 0 | 11101111 | 1100011 | 1000010 |
Color Harmonies of #5355FE
Complementary color
Monochromatic Colors of #5355FE
Black with #5355FE
Text Example
Text Example
White with #5355FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5355FE; }
p { color: rgb(83,85,254); }
H1.HeaderClassName
{
color: #5355FE;
}
.AnyTagClassName
{
color: #5355FE;
}
</style>
background-color css
<style>
a { background-color: #5355FE; }
a { background-color: rgb(83,85,254); }
div.DivClassName
{
background-color: #5355FE;
}
.BgClassName
{
background-color: #5355FE;
}
</style>
border-color css
<style>
span { border-color: #5355FE; }
span { border-color: rgb(83,85,254); }
td.TdClassName
{
border-color: #5355FE;
}
.TagClassName
{
border-color: #5355FE;
}
</style>