Shades of Neon Blue #534AFB
Tints of Neon Blue #534AFB
RGB
CMYK
RGB Variations
Color information
#534AFB (or 0x534AFB) is known color: Neon Blue. HEX triplet: 53, 4A and FB. RGB value is (83,74,251). Sum of RGB (Red+Green+Blue) = 83+74+251=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #534AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #534AFB is #ACB504. Grayscale: #606060. Windows color (decimal): -11318533 or 16468563. OLE color: 16468563.
HSL color Cylindrical-coordinate representation of color #534AFB: hue angle of 243.05º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #534AFB is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 74 | 251 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.02 |
| HSL | 243.05º | 0.96% | 0.64% | - |
| HSV(B) | 243.05º | 0.71% | 0.98% | - |
| XYZ | 23.43 | 13.7 | 92.68 | - |
| YUV | 96.87 | 214.98 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 251 | 0.67 | 0.71 | 0 | 0.02 | 243.05 | 0.96 | 0.64 |
| Hex | 53 | 4A | FB | 43 | 47 | 0 | 2 | F3 | 60 | 40 |
| Octal | 123 | 112 | 373 | 103 | 107 | 0 | 2 | 363 | 140 | 100 |
| Binary | 1010011 | 1001010 | 11111011 | 1000011 | 1000111 | 0 | 10 | 11110011 | 1100000 | 1000000 |
Color Harmonies of #534AFB
Complementary color
Monochromatic Colors of #534AFB
Black with #534AFB
Text Example
Text Example
White with #534AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534AFB; }
p { color: rgb(83,74,251); }
H1.HeaderClassName
{
color: #534AFB;
}
.AnyTagClassName
{
color: #534AFB;
}
</style>
background-color css
<style>
a { background-color: #534AFB; }
a { background-color: rgb(83,74,251); }
div.DivClassName
{
background-color: #534AFB;
}
.BgClassName
{
background-color: #534AFB;
}
</style>
border-color css
<style>
span { border-color: #534AFB; }
span { border-color: rgb(83,74,251); }
td.TdClassName
{
border-color: #534AFB;
}
.TagClassName
{
border-color: #534AFB;
}
</style>