Shades of Neon Blue #333CED
Tints of Neon Blue #333CED
RGB
CMYK
RGB Variations
Color information
#333CED (or 0x333CED) is known color: Neon Blue. HEX triplet: 33, 3C and ED. RGB value is (51,60,237). Sum of RGB (Red+Green+Blue) = 51+60+237=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #333CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333CED is #CCC312. Grayscale: #4C4C4C. Windows color (decimal): -13419283 or 15547443. OLE color: 15547443.
HSL color Cylindrical-coordinate representation of color #333CED: hue angle of 237.1º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #333CED is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 60 | 237 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.07 |
| HSL | 237.1º | 0.84% | 0.56% | - |
| HSV(B) | 237.1º | 0.78% | 0.93% | - |
| XYZ | 18.27 | 10.05 | 81.1 | - |
| YUV | 77.49 | 218.02 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 237 | 0.78 | 0.75 | 0 | 0.07 | 237.1 | 0.84 | 0.56 |
| Hex | 33 | 3C | ED | 4E | 4B | 0 | 7 | ED | 54 | 38 |
| Octal | 63 | 74 | 355 | 116 | 113 | 0 | 7 | 355 | 124 | 70 |
| Binary | 110011 | 111100 | 11101101 | 1001110 | 1001011 | 0 | 111 | 11101101 | 1010100 | 111000 |
Color Harmonies of #333CED
Complementary color
Monochromatic Colors of #333CED
Black with #333CED
Text Example
Text Example
White with #333CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333CED; }
p { color: rgb(51,60,237); }
H1.HeaderClassName
{
color: #333CED;
}
.AnyTagClassName
{
color: #333CED;
}
</style>
background-color css
<style>
a { background-color: #333CED; }
a { background-color: rgb(51,60,237); }
div.DivClassName
{
background-color: #333CED;
}
.BgClassName
{
background-color: #333CED;
}
</style>
border-color css
<style>
span { border-color: #333CED; }
span { border-color: rgb(51,60,237); }
td.TdClassName
{
border-color: #333CED;
}
.TagClassName
{
border-color: #333CED;
}
</style>