Shades of Neon Blue #535AF0
Tints of Neon Blue #535AF0
RGB
CMYK
RGB Variations
Color information
#535AF0 (or 0x535AF0) is known color: Neon Blue. HEX triplet: 53, 5A and F0. RGB value is (83,90,240). Sum of RGB (Red+Green+Blue) = 83+90+240=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 240 (94.14% from 255 or 58.11% from 413); Max value from RGB is 240 - color contains mainly: blue. Hex color #535AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535AF0 is #ACA50F. Grayscale: #686868. Windows color (decimal): -11314448 or 15751763. OLE color: 15751763.
HSL color Cylindrical-coordinate representation of color #535AF0: hue angle of 237.32º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #535AF0 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 90 | 240 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.06 |
| HSL | 237.32º | 0.84% | 0.63% | - |
| HSV(B) | 237.32º | 0.65% | 0.94% | - |
| XYZ | 22.95 | 15.44 | 84.21 | - |
| YUV | 105.01 | 204.18 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 240 | 0.65 | 0.62 | 0 | 0.06 | 237.32 | 0.84 | 0.63 |
| Hex | 53 | 5A | F0 | 41 | 3E | 0 | 6 | ED | 54 | 3F |
| Octal | 123 | 132 | 360 | 101 | 76 | 0 | 6 | 355 | 124 | 77 |
| Binary | 1010011 | 1011010 | 11110000 | 1000001 | 111110 | 0 | 110 | 11101101 | 1010100 | 111111 |
Color Harmonies of #535AF0
Complementary color
Monochromatic Colors of #535AF0
Black with #535AF0
Text Example
Text Example
White with #535AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535AF0; }
p { color: rgb(83,90,240); }
H1.HeaderClassName
{
color: #535AF0;
}
.AnyTagClassName
{
color: #535AF0;
}
</style>
background-color css
<style>
a { background-color: #535AF0; }
a { background-color: rgb(83,90,240); }
div.DivClassName
{
background-color: #535AF0;
}
.BgClassName
{
background-color: #535AF0;
}
</style>
border-color css
<style>
span { border-color: #535AF0; }
span { border-color: rgb(83,90,240); }
td.TdClassName
{
border-color: #535AF0;
}
.TagClassName
{
border-color: #535AF0;
}
</style>