Shades of Neon Blue #3A52FE
Tints of Neon Blue #3A52FE
RGB
CMYK
RGB Variations
Color information
#3A52FE (or 0x3A52FE) is known color: Neon Blue. HEX triplet: 3A, 52 and FE. RGB value is (58,82,254). Sum of RGB (Red+Green+Blue) = 58+82+254=394 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.72% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A52FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A52FE is #C5AD01. Grayscale: #5D5D5D. Windows color (decimal): -12954882 or 16667194. OLE color: 16667194.
HSL color Cylindrical-coordinate representation of color #3A52FE: hue angle of 232.65º 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 #3A52FE is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 82 | 254 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.00 |
| HSL | 232.65º | 0.99% | 0.61% | - |
| HSV(B) | 232.65º | 0.77% | 1% | - |
| XYZ | 22.65 | 14.09 | 95.29 | - |
| YUV | 94.43 | 218.05 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 254 | 0.77 | 0.68 | 0 | 0.00 | 232.65 | 0.99 | 0.61 |
| Hex | 3A | 52 | FE | 4D | 44 | 0 | 0 | E9 | 63 | 3D |
| Octal | 72 | 122 | 376 | 115 | 104 | 0 | 0 | 351 | 143 | 75 |
| Binary | 111010 | 1010010 | 11111110 | 1001101 | 1000100 | 0 | 0 | 11101001 | 1100011 | 111101 |
Color Harmonies of #3A52FE
Complementary color
Monochromatic Colors of #3A52FE
Black with #3A52FE
Text Example
Text Example
White with #3A52FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A52FE; }
p { color: rgb(58,82,254); }
H1.HeaderClassName
{
color: #3A52FE;
}
.AnyTagClassName
{
color: #3A52FE;
}
</style>
background-color css
<style>
a { background-color: #3A52FE; }
a { background-color: rgb(58,82,254); }
div.DivClassName
{
background-color: #3A52FE;
}
.BgClassName
{
background-color: #3A52FE;
}
</style>
border-color css
<style>
span { border-color: #3A52FE; }
span { border-color: rgb(58,82,254); }
td.TdClassName
{
border-color: #3A52FE;
}
.TagClassName
{
border-color: #3A52FE;
}
</style>