Shades of Neon Blue #534BFF
Tints of Neon Blue #534BFF
RGB
CMYK
RGB Variations
Color information
#534BFF (or 0x534BFF) is known color: Neon Blue. HEX triplet: 53, 4B and FF. RGB value is (83,75,255). Sum of RGB (Red+Green+Blue) = 83+75+255=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #534BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #534BFF is #ACB400. Grayscale: #616161. Windows color (decimal): -11318273 or 16730963. OLE color: 16730963.
HSL color Cylindrical-coordinate representation of color #534BFF: hue angle of 242.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #534BFF is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 75 | 255 | - |
| CMYK | 0.67 | 0.71 | 0 | 0 |
| HSL | 242.67º | 1% | 0.65% | - |
| HSV(B) | 242.67º | 0.71% | 1% | - |
| XYZ | 24.13 | 14.09 | 96.06 | - |
| YUV | 97.91 | 216.65 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 255 | 0.67 | 0.71 | 0 | 0 | 242.67 | 1 | 0.65 |
| Hex | 53 | 4B | FF | 43 | 47 | 0 | 0 | F3 | 64 | 41 |
| Octal | 123 | 113 | 377 | 103 | 107 | 0 | 0 | 363 | 144 | 101 |
| Binary | 1010011 | 1001011 | 11111111 | 1000011 | 1000111 | 0 | 0 | 11110011 | 1100100 | 1000001 |
Color Harmonies of #534BFF
Complementary color
Monochromatic Colors of #534BFF
Black with #534BFF
Text Example
Text Example
White with #534BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534BFF; }
p { color: rgb(83,75,255); }
H1.HeaderClassName
{
color: #534BFF;
}
.AnyTagClassName
{
color: #534BFF;
}
</style>
background-color css
<style>
a { background-color: #534BFF; }
a { background-color: rgb(83,75,255); }
div.DivClassName
{
background-color: #534BFF;
}
.BgClassName
{
background-color: #534BFF;
}
</style>
border-color css
<style>
span { border-color: #534BFF; }
span { border-color: rgb(83,75,255); }
td.TdClassName
{
border-color: #534BFF;
}
.TagClassName
{
border-color: #534BFF;
}
</style>