Shades of Neon Blue #535AFB
Tints of Neon Blue #535AFB
RGB
CMYK
RGB Variations
Color information
#535AFB (or 0x535AFB) is known color: Neon Blue. HEX triplet: 53, 5A and FB. RGB value is (83,90,251). Sum of RGB (Red+Green+Blue) = 83+90+251=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #535AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535AFB is #ACA504. Grayscale: #696969. Windows color (decimal): -11314437 or 16472659. OLE color: 16472659.
HSL color Cylindrical-coordinate representation of color #535AFB: hue angle of 237.5º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #535AFB is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 90 | 251 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.02 |
| HSL | 237.5º | 0.95% | 0.65% | - |
| HSV(B) | 237.5º | 0.67% | 0.98% | - |
| XYZ | 24.64 | 16.12 | 93.08 | - |
| YUV | 106.26 | 209.68 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 251 | 0.67 | 0.64 | 0 | 0.02 | 237.5 | 0.95 | 0.65 |
| Hex | 53 | 5A | FB | 43 | 40 | 0 | 2 | EE | 5F | 41 |
| Octal | 123 | 132 | 373 | 103 | 100 | 0 | 2 | 356 | 137 | 101 |
| Binary | 1010011 | 1011010 | 11111011 | 1000011 | 1000000 | 0 | 10 | 11101110 | 1011111 | 1000001 |
Color Harmonies of #535AFB
Complementary color
Monochromatic Colors of #535AFB
Black with #535AFB
Text Example
Text Example
White with #535AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535AFB; }
p { color: rgb(83,90,251); }
H1.HeaderClassName
{
color: #535AFB;
}
.AnyTagClassName
{
color: #535AFB;
}
</style>
background-color css
<style>
a { background-color: #535AFB; }
a { background-color: rgb(83,90,251); }
div.DivClassName
{
background-color: #535AFB;
}
.BgClassName
{
background-color: #535AFB;
}
</style>
border-color css
<style>
span { border-color: #535AFB; }
span { border-color: rgb(83,90,251); }
td.TdClassName
{
border-color: #535AFB;
}
.TagClassName
{
border-color: #535AFB;
}
</style>