Shades of Neon Blue #534DFB
Tints of Neon Blue #534DFB
RGB
CMYK
RGB Variations
Color information
#534DFB (or 0x534DFB) is known color: Neon Blue. HEX triplet: 53, 4D and FB. RGB value is (83,77,251). Sum of RGB (Red+Green+Blue) = 83+77+251=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #534DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #534DFB is #ACB204. Grayscale: #616161. Windows color (decimal): -11317765 or 16469331. OLE color: 16469331.
HSL color Cylindrical-coordinate representation of color #534DFB: hue angle of 242.07º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #534DFB is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 77 | 251 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.02 |
| HSL | 242.07º | 0.96% | 0.64% | - |
| HSV(B) | 242.07º | 0.69% | 0.98% | - |
| XYZ | 23.63 | 14.11 | 92.75 | - |
| YUV | 98.63 | 213.99 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 251 | 0.67 | 0.69 | 0 | 0.02 | 242.07 | 0.96 | 0.64 |
| Hex | 53 | 4D | FB | 43 | 45 | 0 | 2 | F2 | 60 | 40 |
| Octal | 123 | 115 | 373 | 103 | 105 | 0 | 2 | 362 | 140 | 100 |
| Binary | 1010011 | 1001101 | 11111011 | 1000011 | 1000101 | 0 | 10 | 11110010 | 1100000 | 1000000 |
Color Harmonies of #534DFB
Complementary color
Monochromatic Colors of #534DFB
Black with #534DFB
Text Example
Text Example
White with #534DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534DFB; }
p { color: rgb(83,77,251); }
H1.HeaderClassName
{
color: #534DFB;
}
.AnyTagClassName
{
color: #534DFB;
}
</style>
background-color css
<style>
a { background-color: #534DFB; }
a { background-color: rgb(83,77,251); }
div.DivClassName
{
background-color: #534DFB;
}
.BgClassName
{
background-color: #534DFB;
}
</style>
border-color css
<style>
span { border-color: #534DFB; }
span { border-color: rgb(83,77,251); }
td.TdClassName
{
border-color: #534DFB;
}
.TagClassName
{
border-color: #534DFB;
}
</style>