Shades of Neon Blue #535BFD
Tints of Neon Blue #535BFD
RGB
CMYK
RGB Variations
Color information
#535BFD (or 0x535BFD) is known color: Neon Blue. HEX triplet: 53, 5B and FD. RGB value is (83,91,253). Sum of RGB (Red+Green+Blue) = 83+91+253=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #535BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535BFD is #ACA402. Grayscale: #6A6A6A. Windows color (decimal): -11314179 or 16603987. OLE color: 16603987.
HSL color Cylindrical-coordinate representation of color #535BFD: hue angle of 237.18º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #535BFD is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 91 | 253 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.01 |
| HSL | 237.18º | 0.98% | 0.66% | - |
| HSV(B) | 237.18º | 0.67% | 0.99% | - |
| XYZ | 25.04 | 16.41 | 94.78 | - |
| YUV | 107.08 | 210.35 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 253 | 0.67 | 0.64 | 0 | 0.01 | 237.18 | 0.98 | 0.66 |
| Hex | 53 | 5B | FD | 43 | 40 | 0 | 1 | ED | 62 | 42 |
| Octal | 123 | 133 | 375 | 103 | 100 | 0 | 1 | 355 | 142 | 102 |
| Binary | 1010011 | 1011011 | 11111101 | 1000011 | 1000000 | 0 | 1 | 11101101 | 1100010 | 1000010 |
Color Harmonies of #535BFD
Complementary color
Monochromatic Colors of #535BFD
Black with #535BFD
Text Example
Text Example
White with #535BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535BFD; }
p { color: rgb(83,91,253); }
H1.HeaderClassName
{
color: #535BFD;
}
.AnyTagClassName
{
color: #535BFD;
}
</style>
background-color css
<style>
a { background-color: #535BFD; }
a { background-color: rgb(83,91,253); }
div.DivClassName
{
background-color: #535BFD;
}
.BgClassName
{
background-color: #535BFD;
}
</style>
border-color css
<style>
span { border-color: #535BFD; }
span { border-color: rgb(83,91,253); }
td.TdClassName
{
border-color: #535BFD;
}
.TagClassName
{
border-color: #535BFD;
}
</style>