Shades of Neon Blue #534FFA
Tints of Neon Blue #534FFA
RGB
CMYK
RGB Variations
Color information
#534FFA (or 0x534FFA) is known color: Neon Blue. HEX triplet: 53, 4F and FA. RGB value is (83,79,250). Sum of RGB (Red+Green+Blue) = 83+79+250=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #534FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #534FFA is #ACB005. Grayscale: #636363. Windows color (decimal): -11317254 or 16404307. OLE color: 16404307.
HSL color Cylindrical-coordinate representation of color #534FFA: hue angle of 241.4º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #534FFA is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 79 | 250 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.02 |
| HSL | 241.4º | 0.94% | 0.65% | - |
| HSV(B) | 241.4º | 0.68% | 0.98% | - |
| XYZ | 23.62 | 14.33 | 91.96 | - |
| YUV | 99.69 | 212.83 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 250 | 0.67 | 0.68 | 0 | 0.02 | 241.4 | 0.94 | 0.65 |
| Hex | 53 | 4F | FA | 43 | 44 | 0 | 2 | F1 | 5E | 41 |
| Octal | 123 | 117 | 372 | 103 | 104 | 0 | 2 | 361 | 136 | 101 |
| Binary | 1010011 | 1001111 | 11111010 | 1000011 | 1000100 | 0 | 10 | 11110001 | 1011110 | 1000001 |
Color Harmonies of #534FFA
Complementary color
Monochromatic Colors of #534FFA
Black with #534FFA
Text Example
Text Example
White with #534FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FFA; }
p { color: rgb(83,79,250); }
H1.HeaderClassName
{
color: #534FFA;
}
.AnyTagClassName
{
color: #534FFA;
}
</style>
background-color css
<style>
a { background-color: #534FFA; }
a { background-color: rgb(83,79,250); }
div.DivClassName
{
background-color: #534FFA;
}
.BgClassName
{
background-color: #534FFA;
}
</style>
border-color css
<style>
span { border-color: #534FFA; }
span { border-color: rgb(83,79,250); }
td.TdClassName
{
border-color: #534FFA;
}
.TagClassName
{
border-color: #534FFA;
}
</style>