Shades of Neon Blue #303EEE
Tints of Neon Blue #303EEE
RGB
CMYK
RGB Variations
Color information
#303EEE (or 0x303EEE) is known color: Neon Blue. HEX triplet: 30, 3E and EE. RGB value is (48,62,238). Sum of RGB (Red+Green+Blue) = 48+62+238=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 238 (93.36% from 255 or 68.39% from 348); Max value from RGB is 238 - color contains mainly: blue. Hex color #303EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303EEE is #CFC111. Grayscale: #4D4D4D. Windows color (decimal): -13615378 or 15613488. OLE color: 15613488.
HSL color Cylindrical-coordinate representation of color #303EEE: hue angle of 235.58º degrees, saturation: 0.85, 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 #303EEE is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 62 | 238 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.07 |
| HSL | 235.58º | 0.85% | 0.56% | - |
| HSV(B) | 235.58º | 0.8% | 0.93% | - |
| XYZ | 18.37 | 10.25 | 81.9 | - |
| YUV | 77.88 | 218.36 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 238 | 0.80 | 0.74 | 0 | 0.07 | 235.58 | 0.85 | 0.56 |
| Hex | 30 | 3E | EE | 50 | 4A | 0 | 7 | EC | 55 | 38 |
| Octal | 60 | 76 | 356 | 120 | 112 | 0 | 7 | 354 | 125 | 70 |
| Binary | 110000 | 111110 | 11101110 | 1010000 | 1001010 | 0 | 111 | 11101100 | 1010101 | 111000 |
Color Harmonies of #303EEE
Complementary color
Monochromatic Colors of #303EEE
Black with #303EEE
Text Example
Text Example
White with #303EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303EEE; }
p { color: rgb(48,62,238); }
H1.HeaderClassName
{
color: #303EEE;
}
.AnyTagClassName
{
color: #303EEE;
}
</style>
background-color css
<style>
a { background-color: #303EEE; }
a { background-color: rgb(48,62,238); }
div.DivClassName
{
background-color: #303EEE;
}
.BgClassName
{
background-color: #303EEE;
}
</style>
border-color css
<style>
span { border-color: #303EEE; }
span { border-color: rgb(48,62,238); }
td.TdClassName
{
border-color: #303EEE;
}
.TagClassName
{
border-color: #303EEE;
}
</style>