Shades of Neon Blue #3C34DF
Tints of Neon Blue #3C34DF
RGB
CMYK
RGB Variations
Color information
#3C34DF (or 0x3C34DF) is known color: Neon Blue. HEX triplet: 3C, 34 and DF. RGB value is (60,52,223). Sum of RGB (Red+Green+Blue) = 60+52+223=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C34DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C34DF is #C3CB20. Grayscale: #494949. Windows color (decimal): -12831521 or 14627900. OLE color: 14627900.
HSL color Cylindrical-coordinate representation of color #3C34DF: hue angle of 242.81º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C34DF is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 52 | 223 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.13 |
| HSL | 242.81º | 0.73% | 0.54% | - |
| HSV(B) | 242.81º | 0.77% | 0.87% | - |
| XYZ | 16.41 | 8.74 | 70.63 | - |
| YUV | 73.89 | 212.15 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 223 | 0.73 | 0.77 | 0 | 0.13 | 242.81 | 0.73 | 0.54 |
| Hex | 3C | 34 | DF | 49 | 4D | 0 | D | F3 | 49 | 36 |
| Octal | 74 | 64 | 337 | 111 | 115 | 0 | 15 | 363 | 111 | 66 |
| Binary | 111100 | 110100 | 11011111 | 1001001 | 1001101 | 0 | 1101 | 11110011 | 1001001 | 110110 |
Color Harmonies of #3C34DF
Complementary color
Monochromatic Colors of #3C34DF
Black with #3C34DF
Text Example
Text Example
White with #3C34DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C34DF; }
p { color: rgb(60,52,223); }
H1.HeaderClassName
{
color: #3C34DF;
}
.AnyTagClassName
{
color: #3C34DF;
}
</style>
background-color css
<style>
a { background-color: #3C34DF; }
a { background-color: rgb(60,52,223); }
div.DivClassName
{
background-color: #3C34DF;
}
.BgClassName
{
background-color: #3C34DF;
}
</style>
border-color css
<style>
span { border-color: #3C34DF; }
span { border-color: rgb(60,52,223); }
td.TdClassName
{
border-color: #3C34DF;
}
.TagClassName
{
border-color: #3C34DF;
}
</style>