Shades of Neon Blue #3C43EF
Tints of Neon Blue #3C43EF
RGB
CMYK
RGB Variations
Color information
#3C43EF (or 0x3C43EF) is known color: Neon Blue. HEX triplet: 3C, 43 and EF. RGB value is (60,67,239). Sum of RGB (Red+Green+Blue) = 60+67+239=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 239 (93.75% from 255 or 65.30% from 366); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C43EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C43EF is #C3BC10. Grayscale: #535353. Windows color (decimal): -12827665 or 15680316. OLE color: 15680316.
HSL color Cylindrical-coordinate representation of color #3C43EF: hue angle of 237.65º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C43EF is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 67 | 239 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.06 |
| HSL | 237.65º | 0.85% | 0.59% | - |
| HSV(B) | 237.65º | 0.75% | 0.94% | - |
| XYZ | 19.45 | 11.21 | 82.8 | - |
| YUV | 84.52 | 215.18 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 239 | 0.75 | 0.72 | 0 | 0.06 | 237.65 | 0.85 | 0.59 |
| Hex | 3C | 43 | EF | 4B | 48 | 0 | 6 | EE | 55 | 3B |
| Octal | 74 | 103 | 357 | 113 | 110 | 0 | 6 | 356 | 125 | 73 |
| Binary | 111100 | 1000011 | 11101111 | 1001011 | 1001000 | 0 | 110 | 11101110 | 1010101 | 111011 |
Color Harmonies of #3C43EF
Complementary color
Monochromatic Colors of #3C43EF
Black with #3C43EF
Text Example
Text Example
White with #3C43EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C43EF; }
p { color: rgb(60,67,239); }
H1.HeaderClassName
{
color: #3C43EF;
}
.AnyTagClassName
{
color: #3C43EF;
}
</style>
background-color css
<style>
a { background-color: #3C43EF; }
a { background-color: rgb(60,67,239); }
div.DivClassName
{
background-color: #3C43EF;
}
.BgClassName
{
background-color: #3C43EF;
}
</style>
border-color css
<style>
span { border-color: #3C43EF; }
span { border-color: rgb(60,67,239); }
td.TdClassName
{
border-color: #3C43EF;
}
.TagClassName
{
border-color: #3C43EF;
}
</style>