Shades of Neon Blue #536EFF
Tints of Neon Blue #536EFF
RGB
CMYK
RGB Variations
Color information
#536EFF (or 0x536EFF) is known color: Neon Blue. HEX triplet: 53, 6E and FF. RGB value is (83,110,255). Sum of RGB (Red+Green+Blue) = 83+110+255=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #536EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536EFF is #AC9100. Grayscale: #757575. Windows color (decimal): -11309313 or 16739923. OLE color: 16739923.
HSL color Cylindrical-coordinate representation of color #536EFF: hue angle of 230.58º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #536EFF is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 110 | 255 | - |
| CMYK | 0.67 | 0.57 | 0 | 0 |
| HSL | 230.58º | 1% | 0.66% | - |
| HSV(B) | 230.58º | 0.67% | 1% | - |
| XYZ | 27.19 | 20.21 | 97.08 | - |
| YUV | 118.46 | 205.05 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 110 | 255 | 0.67 | 0.57 | 0 | 0 | 230.58 | 1 | 0.66 |
| Hex | 53 | 6E | FF | 43 | 39 | 0 | 0 | E7 | 64 | 42 |
| Octal | 123 | 156 | 377 | 103 | 71 | 0 | 0 | 347 | 144 | 102 |
| Binary | 1010011 | 1101110 | 11111111 | 1000011 | 111001 | 0 | 0 | 11100111 | 1100100 | 1000010 |
Color Harmonies of #536EFF
Complementary color
Monochromatic Colors of #536EFF
Black with #536EFF
Text Example
Text Example
White with #536EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536EFF; }
p { color: rgb(83,110,255); }
H1.HeaderClassName
{
color: #536EFF;
}
.AnyTagClassName
{
color: #536EFF;
}
</style>
background-color css
<style>
a { background-color: #536EFF; }
a { background-color: rgb(83,110,255); }
div.DivClassName
{
background-color: #536EFF;
}
.BgClassName
{
background-color: #536EFF;
}
</style>
border-color css
<style>
span { border-color: #536EFF; }
span { border-color: rgb(83,110,255); }
td.TdClassName
{
border-color: #536EFF;
}
.TagClassName
{
border-color: #536EFF;
}
</style>