Shades of Neon Blue #3A37FC
Tints of Neon Blue #3A37FC
RGB
CMYK
RGB Variations
Color information
#3A37FC (or 0x3A37FC) is known color: Neon Blue. HEX triplet: 3A, 37 and FC. RGB value is (58,55,252). Sum of RGB (Red+Green+Blue) = 58+55+252=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A37FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A37FC is #C5C803. Grayscale: #4D4D4D. Windows color (decimal): -12961796 or 16529210. OLE color: 16529210.
HSL color Cylindrical-coordinate representation of color #3A37FC: hue angle of 240.91º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A37FC is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 55 | 252 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.01 |
| HSL | 240.91º | 0.97% | 0.6% | - |
| HSV(B) | 240.91º | 0.78% | 0.99% | - |
| XYZ | 20.68 | 10.66 | 93.06 | - |
| YUV | 78.36 | 225.99 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 252 | 0.77 | 0.78 | 0 | 0.01 | 240.91 | 0.97 | 0.6 |
| Hex | 3A | 37 | FC | 4D | 4E | 0 | 1 | F1 | 61 | 3C |
| Octal | 72 | 67 | 374 | 115 | 116 | 0 | 1 | 361 | 141 | 74 |
| Binary | 111010 | 110111 | 11111100 | 1001101 | 1001110 | 0 | 1 | 11110001 | 1100001 | 111100 |
Color Harmonies of #3A37FC
Complementary color
Monochromatic Colors of #3A37FC
Black with #3A37FC
Text Example
Text Example
White with #3A37FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A37FC; }
p { color: rgb(58,55,252); }
H1.HeaderClassName
{
color: #3A37FC;
}
.AnyTagClassName
{
color: #3A37FC;
}
</style>
background-color css
<style>
a { background-color: #3A37FC; }
a { background-color: rgb(58,55,252); }
div.DivClassName
{
background-color: #3A37FC;
}
.BgClassName
{
background-color: #3A37FC;
}
</style>
border-color css
<style>
span { border-color: #3A37FC; }
span { border-color: rgb(58,55,252); }
td.TdClassName
{
border-color: #3A37FC;
}
.TagClassName
{
border-color: #3A37FC;
}
</style>