Shades of Neon Blue #5B53FE
Tints of Neon Blue #5B53FE
RGB
CMYK
RGB Variations
Color information
#5B53FE (or 0x5B53FE) is known color: Neon Blue. HEX triplet: 5B, 53 and FE. RGB value is (91,83,254). Sum of RGB (Red+Green+Blue) = 91+83+254=428 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.26% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B53FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B53FE is #A4AC01. Grayscale: #686868. Windows color (decimal): -10791938 or 16667483. OLE color: 16667483.
HSL color Cylindrical-coordinate representation of color #5B53FE: hue angle of 242.81º 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 #5B53FE is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 83 | 254 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.00 |
| HSL | 242.81º | 0.99% | 0.66% | - |
| HSV(B) | 242.81º | 0.67% | 1% | - |
| XYZ | 25.3 | 15.57 | 95.44 | - |
| YUV | 104.89 | 212.15 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 254 | 0.64 | 0.67 | 0 | 0.00 | 242.81 | 0.99 | 0.66 |
| Hex | 5B | 53 | FE | 40 | 43 | 0 | 0 | F3 | 63 | 42 |
| Octal | 133 | 123 | 376 | 100 | 103 | 0 | 0 | 363 | 143 | 102 |
| Binary | 1011011 | 1010011 | 11111110 | 1000000 | 1000011 | 0 | 0 | 11110011 | 1100011 | 1000010 |
Color Harmonies of #5B53FE
Complementary color
Monochromatic Colors of #5B53FE
Black with #5B53FE
Text Example
Text Example
White with #5B53FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B53FE; }
p { color: rgb(91,83,254); }
H1.HeaderClassName
{
color: #5B53FE;
}
.AnyTagClassName
{
color: #5B53FE;
}
</style>
background-color css
<style>
a { background-color: #5B53FE; }
a { background-color: rgb(91,83,254); }
div.DivClassName
{
background-color: #5B53FE;
}
.BgClassName
{
background-color: #5B53FE;
}
</style>
border-color css
<style>
span { border-color: #5B53FE; }
span { border-color: rgb(91,83,254); }
td.TdClassName
{
border-color: #5B53FE;
}
.TagClassName
{
border-color: #5B53FE;
}
</style>