Shades of Neon Blue #534FFE
Tints of Neon Blue #534FFE
RGB
CMYK
RGB Variations
Color information
#534FFE (or 0x534FFE) is known color: Neon Blue. HEX triplet: 53, 4F and FE. RGB value is (83,79,254). Sum of RGB (Red+Green+Blue) = 83+79+254=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #534FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #534FFE is #ACB001. Grayscale: #636363. Windows color (decimal): -11317250 or 16666451. OLE color: 16666451.
HSL color Cylindrical-coordinate representation of color #534FFE: hue angle of 241.37º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #534FFE is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 79 | 254 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.00 |
| HSL | 241.37º | 0.99% | 0.65% | - |
| HSV(B) | 241.37º | 0.69% | 1% | - |
| XYZ | 24.25 | 14.59 | 95.3 | - |
| YUV | 100.15 | 214.83 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 254 | 0.67 | 0.69 | 0 | 0.00 | 241.37 | 0.99 | 0.65 |
| Hex | 53 | 4F | FE | 43 | 45 | 0 | 0 | F1 | 63 | 41 |
| Octal | 123 | 117 | 376 | 103 | 105 | 0 | 0 | 361 | 143 | 101 |
| Binary | 1010011 | 1001111 | 11111110 | 1000011 | 1000101 | 0 | 0 | 11110001 | 1100011 | 1000001 |
Color Harmonies of #534FFE
Complementary color
Monochromatic Colors of #534FFE
Black with #534FFE
Text Example
Text Example
White with #534FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FFE; }
p { color: rgb(83,79,254); }
H1.HeaderClassName
{
color: #534FFE;
}
.AnyTagClassName
{
color: #534FFE;
}
</style>
background-color css
<style>
a { background-color: #534FFE; }
a { background-color: rgb(83,79,254); }
div.DivClassName
{
background-color: #534FFE;
}
.BgClassName
{
background-color: #534FFE;
}
</style>
border-color css
<style>
span { border-color: #534FFE; }
span { border-color: rgb(83,79,254); }
td.TdClassName
{
border-color: #534FFE;
}
.TagClassName
{
border-color: #534FFE;
}
</style>