Shades of Neon Blue #3C33FE
Tints of Neon Blue #3C33FE
RGB
CMYK
RGB Variations
Color information
#3C33FE (or 0x3C33FE) is known color: Neon Blue. HEX triplet: 3C, 33 and FE. RGB value is (60,51,254). Sum of RGB (Red+Green+Blue) = 60+51+254=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #3C33FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C33FE is #C3CC01. Grayscale: #4C4C4C. Windows color (decimal): -12831746 or 16659260. OLE color: 16659260.
HSL color Cylindrical-coordinate representation of color #3C33FE: hue angle of 242.66º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C33FE is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 51 | 254 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.00 |
| HSL | 242.66º | 0.99% | 0.6% | - |
| HSV(B) | 242.66º | 0.8% | 1% | - |
| XYZ | 20.94 | 10.48 | 94.69 | - |
| YUV | 76.83 | 227.98 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 254 | 0.76 | 0.80 | 0 | 0.00 | 242.66 | 0.99 | 0.6 |
| Hex | 3C | 33 | FE | 4C | 50 | 0 | 0 | F3 | 63 | 3C |
| Octal | 74 | 63 | 376 | 114 | 120 | 0 | 0 | 363 | 143 | 74 |
| Binary | 111100 | 110011 | 11111110 | 1001100 | 1010000 | 0 | 0 | 11110011 | 1100011 | 111100 |
Color Harmonies of #3C33FE
Complementary color
Monochromatic Colors of #3C33FE
Black with #3C33FE
Text Example
Text Example
White with #3C33FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C33FE; }
p { color: rgb(60,51,254); }
H1.HeaderClassName
{
color: #3C33FE;
}
.AnyTagClassName
{
color: #3C33FE;
}
</style>
background-color css
<style>
a { background-color: #3C33FE; }
a { background-color: rgb(60,51,254); }
div.DivClassName
{
background-color: #3C33FE;
}
.BgClassName
{
background-color: #3C33FE;
}
</style>
border-color css
<style>
span { border-color: #3C33FE; }
span { border-color: rgb(60,51,254); }
td.TdClassName
{
border-color: #3C33FE;
}
.TagClassName
{
border-color: #3C33FE;
}
</style>