Shades of Neon Blue #3A53FE
Tints of Neon Blue #3A53FE
RGB
CMYK
RGB Variations
Color information
#3A53FE (or 0x3A53FE) is known color: Neon Blue. HEX triplet: 3A, 53 and FE. RGB value is (58,83,254). Sum of RGB (Red+Green+Blue) = 58+83+254=395 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.68% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A53FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A53FE is #C5AC01. Grayscale: #5E5E5E. Windows color (decimal): -12954626 or 16667450. OLE color: 16667450.
HSL color Cylindrical-coordinate representation of color #3A53FE: hue angle of 232.35º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A53FE is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 83 | 254 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.00 |
| HSL | 232.35º | 0.99% | 0.61% | - |
| HSV(B) | 232.35º | 0.77% | 1% | - |
| XYZ | 22.73 | 14.24 | 95.32 | - |
| YUV | 95.02 | 217.72 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 83 | 254 | 0.77 | 0.67 | 0 | 0.00 | 232.35 | 0.99 | 0.61 |
| Hex | 3A | 53 | FE | 4D | 43 | 0 | 0 | E8 | 63 | 3D |
| Octal | 72 | 123 | 376 | 115 | 103 | 0 | 0 | 350 | 143 | 75 |
| Binary | 111010 | 1010011 | 11111110 | 1001101 | 1000011 | 0 | 0 | 11101000 | 1100011 | 111101 |
Color Harmonies of #3A53FE
Complementary color
Monochromatic Colors of #3A53FE
Black with #3A53FE
Text Example
Text Example
White with #3A53FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A53FE; }
p { color: rgb(58,83,254); }
H1.HeaderClassName
{
color: #3A53FE;
}
.AnyTagClassName
{
color: #3A53FE;
}
</style>
background-color css
<style>
a { background-color: #3A53FE; }
a { background-color: rgb(58,83,254); }
div.DivClassName
{
background-color: #3A53FE;
}
.BgClassName
{
background-color: #3A53FE;
}
</style>
border-color css
<style>
span { border-color: #3A53FE; }
span { border-color: rgb(58,83,254); }
td.TdClassName
{
border-color: #3A53FE;
}
.TagClassName
{
border-color: #3A53FE;
}
</style>