Shades of Neon Blue #3C37DF
Tints of Neon Blue #3C37DF
RGB
CMYK
RGB Variations
Color information
#3C37DF (or 0x3C37DF) is known color: Neon Blue. HEX triplet: 3C, 37 and DF. RGB value is (60,55,223). Sum of RGB (Red+Green+Blue) = 60+55+223=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C37DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C37DF is #C3C820. Grayscale: #4A4A4A. Windows color (decimal): -12830753 or 14628668. OLE color: 14628668.
HSL color Cylindrical-coordinate representation of color #3C37DF: hue angle of 241.79º 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 #3C37DF is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 55 | 223 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.13 |
| HSL | 241.79º | 0.72% | 0.55% | - |
| HSV(B) | 241.79º | 0.75% | 0.87% | - |
| XYZ | 16.55 | 9.02 | 70.68 | - |
| YUV | 75.65 | 211.16 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 223 | 0.73 | 0.75 | 0 | 0.13 | 241.79 | 0.72 | 0.55 |
| Hex | 3C | 37 | DF | 49 | 4B | 0 | D | F2 | 48 | 37 |
| Octal | 74 | 67 | 337 | 111 | 113 | 0 | 15 | 362 | 110 | 67 |
| Binary | 111100 | 110111 | 11011111 | 1001001 | 1001011 | 0 | 1101 | 11110010 | 1001000 | 110111 |
Color Harmonies of #3C37DF
Complementary color
Monochromatic Colors of #3C37DF
Black with #3C37DF
Text Example
Text Example
White with #3C37DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C37DF; }
p { color: rgb(60,55,223); }
H1.HeaderClassName
{
color: #3C37DF;
}
.AnyTagClassName
{
color: #3C37DF;
}
</style>
background-color css
<style>
a { background-color: #3C37DF; }
a { background-color: rgb(60,55,223); }
div.DivClassName
{
background-color: #3C37DF;
}
.BgClassName
{
background-color: #3C37DF;
}
</style>
border-color css
<style>
span { border-color: #3C37DF; }
span { border-color: rgb(60,55,223); }
td.TdClassName
{
border-color: #3C37DF;
}
.TagClassName
{
border-color: #3C37DF;
}
</style>