Shades of Neon Blue #534DF9
Tints of Neon Blue #534DF9
RGB
CMYK
RGB Variations
Color information
#534DF9 (or 0x534DF9) is known color: Neon Blue. HEX triplet: 53, 4D and F9. RGB value is (83,77,249). Sum of RGB (Red+Green+Blue) = 83+77+249=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 249 (97.66% from 255 or 60.88% from 409); Max value from RGB is 249 - color contains mainly: blue. Hex color #534DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #534DF9 is #ACB206. Grayscale: #616161. Windows color (decimal): -11317767 or 16338259. OLE color: 16338259.
HSL color Cylindrical-coordinate representation of color #534DF9: hue angle of 242.09º degrees, saturation: 0.93, 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 #534DF9 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 77 | 249 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.02 |
| HSL | 242.09º | 0.93% | 0.64% | - |
| HSV(B) | 242.09º | 0.69% | 0.98% | - |
| XYZ | 23.32 | 13.99 | 91.09 | - |
| YUV | 98.4 | 212.99 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 249 | 0.67 | 0.69 | 0 | 0.02 | 242.09 | 0.93 | 0.64 |
| Hex | 53 | 4D | F9 | 43 | 45 | 0 | 2 | F2 | 5D | 40 |
| Octal | 123 | 115 | 371 | 103 | 105 | 0 | 2 | 362 | 135 | 100 |
| Binary | 1010011 | 1001101 | 11111001 | 1000011 | 1000101 | 0 | 10 | 11110010 | 1011101 | 1000000 |
Color Harmonies of #534DF9
Complementary color
Monochromatic Colors of #534DF9
Black with #534DF9
Text Example
Text Example
White with #534DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534DF9; }
p { color: rgb(83,77,249); }
H1.HeaderClassName
{
color: #534DF9;
}
.AnyTagClassName
{
color: #534DF9;
}
</style>
background-color css
<style>
a { background-color: #534DF9; }
a { background-color: rgb(83,77,249); }
div.DivClassName
{
background-color: #534DF9;
}
.BgClassName
{
background-color: #534DF9;
}
</style>
border-color css
<style>
span { border-color: #534DF9; }
span { border-color: rgb(83,77,249); }
td.TdClassName
{
border-color: #534DF9;
}
.TagClassName
{
border-color: #534DF9;
}
</style>