Shades of Neon Blue #3A37DF
Tints of Neon Blue #3A37DF
RGB
CMYK
RGB Variations
Color information
#3A37DF (or 0x3A37DF) is known color: Neon Blue. HEX triplet: 3A, 37 and DF. RGB value is (58,55,223). Sum of RGB (Red+Green+Blue) = 58+55+223=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A37DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A37DF is #C5C820. Grayscale: #4A4A4A. Windows color (decimal): -12961825 or 14628666. OLE color: 14628666.
HSL color Cylindrical-coordinate representation of color #3A37DF: hue angle of 241.07º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A37DF is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 55 | 223 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.13 |
| HSL | 241.07º | 0.72% | 0.55% | - |
| HSV(B) | 241.07º | 0.75% | 0.87% | - |
| XYZ | 16.43 | 8.96 | 70.68 | - |
| YUV | 75.05 | 211.49 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 223 | 0.74 | 0.75 | 0 | 0.13 | 241.07 | 0.72 | 0.55 |
| Hex | 3A | 37 | DF | 4A | 4B | 0 | D | F1 | 48 | 37 |
| Octal | 72 | 67 | 337 | 112 | 113 | 0 | 15 | 361 | 110 | 67 |
| Binary | 111010 | 110111 | 11011111 | 1001010 | 1001011 | 0 | 1101 | 11110001 | 1001000 | 110111 |
Color Harmonies of #3A37DF
Complementary color
Monochromatic Colors of #3A37DF
Black with #3A37DF
Text Example
Text Example
White with #3A37DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A37DF; }
p { color: rgb(58,55,223); }
H1.HeaderClassName
{
color: #3A37DF;
}
.AnyTagClassName
{
color: #3A37DF;
}
</style>
background-color css
<style>
a { background-color: #3A37DF; }
a { background-color: rgb(58,55,223); }
div.DivClassName
{
background-color: #3A37DF;
}
.BgClassName
{
background-color: #3A37DF;
}
</style>
border-color css
<style>
span { border-color: #3A37DF; }
span { border-color: rgb(58,55,223); }
td.TdClassName
{
border-color: #3A37DF;
}
.TagClassName
{
border-color: #3A37DF;
}
</style>