Shades of Neon Blue #303DED
Tints of Neon Blue #303DED
RGB
CMYK
RGB Variations
Color information
#303DED (or 0x303DED) is known color: Neon Blue. HEX triplet: 30, 3D and ED. RGB value is (48,61,237). Sum of RGB (Red+Green+Blue) = 48+61+237=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #303DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303DED is #CFC212. Grayscale: #4C4C4C. Windows color (decimal): -13615635 or 15547696. OLE color: 15547696.
HSL color Cylindrical-coordinate representation of color #303DED: hue angle of 235.87º 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 #303DED is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 61 | 237 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.07 |
| HSL | 235.87º | 0.84% | 0.56% | - |
| HSV(B) | 235.87º | 0.8% | 0.93% | - |
| XYZ | 18.17 | 10.08 | 81.11 | - |
| YUV | 77.18 | 218.19 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 237 | 0.80 | 0.74 | 0 | 0.07 | 235.87 | 0.84 | 0.56 |
| Hex | 30 | 3D | ED | 50 | 4A | 0 | 7 | EC | 54 | 38 |
| Octal | 60 | 75 | 355 | 120 | 112 | 0 | 7 | 354 | 124 | 70 |
| Binary | 110000 | 111101 | 11101101 | 1010000 | 1001010 | 0 | 111 | 11101100 | 1010100 | 111000 |
Color Harmonies of #303DED
Complementary color
Monochromatic Colors of #303DED
Black with #303DED
Text Example
Text Example
White with #303DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DED; }
p { color: rgb(48,61,237); }
H1.HeaderClassName
{
color: #303DED;
}
.AnyTagClassName
{
color: #303DED;
}
</style>
background-color css
<style>
a { background-color: #303DED; }
a { background-color: rgb(48,61,237); }
div.DivClassName
{
background-color: #303DED;
}
.BgClassName
{
background-color: #303DED;
}
</style>
border-color css
<style>
span { border-color: #303DED; }
span { border-color: rgb(48,61,237); }
td.TdClassName
{
border-color: #303DED;
}
.TagClassName
{
border-color: #303DED;
}
</style>