Shades of Neon Blue #3C39DF
Tints of Neon Blue #3C39DF
RGB
CMYK
RGB Variations
Color information
#3C39DF (or 0x3C39DF) is known color: Neon Blue. HEX triplet: 3C, 39 and DF. RGB value is (60,57,223). Sum of RGB (Red+Green+Blue) = 60+57+223=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C39DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C39DF is #C3C620. Grayscale: #4C4C4C. Windows color (decimal): -12830241 or 14629180. OLE color: 14629180.
HSL color Cylindrical-coordinate representation of color #3C39DF: hue angle of 241.08º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C39DF is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 57 | 223 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.13 |
| HSL | 241.08º | 0.72% | 0.55% | - |
| HSV(B) | 241.08º | 0.74% | 0.87% | - |
| XYZ | 16.65 | 9.21 | 70.71 | - |
| YUV | 76.82 | 210.49 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 223 | 0.73 | 0.74 | 0 | 0.13 | 241.08 | 0.72 | 0.55 |
| Hex | 3C | 39 | DF | 49 | 4A | 0 | D | F1 | 48 | 37 |
| Octal | 74 | 71 | 337 | 111 | 112 | 0 | 15 | 361 | 110 | 67 |
| Binary | 111100 | 111001 | 11011111 | 1001001 | 1001010 | 0 | 1101 | 11110001 | 1001000 | 110111 |
Color Harmonies of #3C39DF
Complementary color
Monochromatic Colors of #3C39DF
Black with #3C39DF
Text Example
Text Example
White with #3C39DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C39DF; }
p { color: rgb(60,57,223); }
H1.HeaderClassName
{
color: #3C39DF;
}
.AnyTagClassName
{
color: #3C39DF;
}
</style>
background-color css
<style>
a { background-color: #3C39DF; }
a { background-color: rgb(60,57,223); }
div.DivClassName
{
background-color: #3C39DF;
}
.BgClassName
{
background-color: #3C39DF;
}
</style>
border-color css
<style>
span { border-color: #3C39DF; }
span { border-color: rgb(60,57,223); }
td.TdClassName
{
border-color: #3C39DF;
}
.TagClassName
{
border-color: #3C39DF;
}
</style>