Shades of Neon Blue #3C33EB
Tints of Neon Blue #3C33EB
RGB
CMYK
RGB Variations
Color information
#3C33EB (or 0x3C33EB) is known color: Neon Blue. HEX triplet: 3C, 33 and EB. RGB value is (60,51,235). Sum of RGB (Red+Green+Blue) = 60+51+235=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C33EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C33EB is #C3CC14. Grayscale: #494949. Windows color (decimal): -12831765 or 15414076. OLE color: 15414076.
HSL color Cylindrical-coordinate representation of color #3C33EB: hue angle of 242.93º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C33EB is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 51 | 235 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.08 |
| HSL | 242.93º | 0.82% | 0.56% | - |
| HSV(B) | 242.93º | 0.78% | 0.92% | - |
| XYZ | 18.04 | 9.33 | 79.45 | - |
| YUV | 74.67 | 218.48 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 235 | 0.74 | 0.78 | 0 | 0.08 | 242.93 | 0.82 | 0.56 |
| Hex | 3C | 33 | EB | 4A | 4E | 0 | 8 | F3 | 52 | 38 |
| Octal | 74 | 63 | 353 | 112 | 116 | 0 | 10 | 363 | 122 | 70 |
| Binary | 111100 | 110011 | 11101011 | 1001010 | 1001110 | 0 | 1000 | 11110011 | 1010010 | 111000 |
Color Harmonies of #3C33EB
Complementary color
Monochromatic Colors of #3C33EB
Black with #3C33EB
Text Example
Text Example
White with #3C33EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C33EB; }
p { color: rgb(60,51,235); }
H1.HeaderClassName
{
color: #3C33EB;
}
.AnyTagClassName
{
color: #3C33EB;
}
</style>
background-color css
<style>
a { background-color: #3C33EB; }
a { background-color: rgb(60,51,235); }
div.DivClassName
{
background-color: #3C33EB;
}
.BgClassName
{
background-color: #3C33EB;
}
</style>
border-color css
<style>
span { border-color: #3C33EB; }
span { border-color: rgb(60,51,235); }
td.TdClassName
{
border-color: #3C33EB;
}
.TagClassName
{
border-color: #3C33EB;
}
</style>