Shades of Neon Blue #303CED
Tints of Neon Blue #303CED
RGB
CMYK
RGB Variations
Color information
#303CED (or 0x303CED) is known color: Neon Blue. HEX triplet: 30, 3C and ED. RGB value is (48,60,237). Sum of RGB (Red+Green+Blue) = 48+60+237=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 237 (92.97% from 255 or 68.70% from 345); Max value from RGB is 237 - color contains mainly: blue. Hex color #303CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303CED is #CFC312. Grayscale: #4B4B4B. Windows color (decimal): -13615891 or 15547440. OLE color: 15547440.
HSL color Cylindrical-coordinate representation of color #303CED: hue angle of 236.19º degrees, saturation: 0.84, 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 #303CED is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 60 | 237 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.07 |
| HSL | 236.19º | 0.84% | 0.56% | - |
| HSV(B) | 236.19º | 0.8% | 0.93% | - |
| XYZ | 18.12 | 9.97 | 81.09 | - |
| YUV | 76.59 | 218.52 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 237 | 0.80 | 0.75 | 0 | 0.07 | 236.19 | 0.84 | 0.56 |
| Hex | 30 | 3C | ED | 50 | 4B | 0 | 7 | EC | 54 | 38 |
| Octal | 60 | 74 | 355 | 120 | 113 | 0 | 7 | 354 | 124 | 70 |
| Binary | 110000 | 111100 | 11101101 | 1010000 | 1001011 | 0 | 111 | 11101100 | 1010100 | 111000 |
Color Harmonies of #303CED
Complementary color
Monochromatic Colors of #303CED
Black with #303CED
Text Example
Text Example
White with #303CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303CED; }
p { color: rgb(48,60,237); }
H1.HeaderClassName
{
color: #303CED;
}
.AnyTagClassName
{
color: #303CED;
}
</style>
background-color css
<style>
a { background-color: #303CED; }
a { background-color: rgb(48,60,237); }
div.DivClassName
{
background-color: #303CED;
}
.BgClassName
{
background-color: #303CED;
}
</style>
border-color css
<style>
span { border-color: #303CED; }
span { border-color: rgb(48,60,237); }
td.TdClassName
{
border-color: #303CED;
}
.TagClassName
{
border-color: #303CED;
}
</style>