Shades of Neon Blue #303CEC
Tints of Neon Blue #303CEC
RGB
CMYK
RGB Variations
Color information
#303CEC (or 0x303CEC) is known color: Neon Blue. HEX triplet: 30, 3C and EC. RGB value is (48,60,236). Sum of RGB (Red+Green+Blue) = 48+60+236=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 236 (92.58% from 255 or 68.60% from 344); Max value from RGB is 236 - color contains mainly: blue. Hex color #303CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303CEC is #CFC313. Grayscale: #4B4B4B. Windows color (decimal): -13615892 or 15481904. OLE color: 15481904.
HSL color Cylindrical-coordinate representation of color #303CEC: hue angle of 236.17º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #303CEC is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 60 | 236 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.07 |
| HSL | 236.17º | 0.83% | 0.56% | - |
| HSV(B) | 236.17º | 0.8% | 0.93% | - |
| XYZ | 17.98 | 9.92 | 80.32 | - |
| YUV | 76.48 | 218.02 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 236 | 0.80 | 0.75 | 0 | 0.07 | 236.17 | 0.83 | 0.56 |
| Hex | 30 | 3C | EC | 50 | 4B | 0 | 7 | EC | 53 | 38 |
| Octal | 60 | 74 | 354 | 120 | 113 | 0 | 7 | 354 | 123 | 70 |
| Binary | 110000 | 111100 | 11101100 | 1010000 | 1001011 | 0 | 111 | 11101100 | 1010011 | 111000 |
Color Harmonies of #303CEC
Complementary color
Monochromatic Colors of #303CEC
Black with #303CEC
Text Example
Text Example
White with #303CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303CEC; }
p { color: rgb(48,60,236); }
H1.HeaderClassName
{
color: #303CEC;
}
.AnyTagClassName
{
color: #303CEC;
}
</style>
background-color css
<style>
a { background-color: #303CEC; }
a { background-color: rgb(48,60,236); }
div.DivClassName
{
background-color: #303CEC;
}
.BgClassName
{
background-color: #303CEC;
}
</style>
border-color css
<style>
span { border-color: #303CEC; }
span { border-color: rgb(48,60,236); }
td.TdClassName
{
border-color: #303CEC;
}
.TagClassName
{
border-color: #303CEC;
}
</style>