Shades of Neon Blue #303CEE
Tints of Neon Blue #303CEE
RGB
CMYK
RGB Variations
Color information
#303CEE (or 0x303CEE) is known color: Neon Blue. HEX triplet: 30, 3C and EE. RGB value is (48,60,238). Sum of RGB (Red+Green+Blue) = 48+60+238=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 238 (93.36% from 255 or 68.79% from 346); Max value from RGB is 238 - color contains mainly: blue. Hex color #303CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303CEE is #CFC311. Grayscale: #4B4B4B. Windows color (decimal): -13615890 or 15612976. OLE color: 15612976.
HSL color Cylindrical-coordinate representation of color #303CEE: hue angle of 236.21º 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 #303CEE is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 60 | 238 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.07 |
| HSL | 236.21º | 0.85% | 0.56% | - |
| HSV(B) | 236.21º | 0.8% | 0.93% | - |
| XYZ | 18.27 | 10.03 | 81.86 | - |
| YUV | 76.7 | 219.02 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 238 | 0.80 | 0.75 | 0 | 0.07 | 236.21 | 0.85 | 0.56 |
| Hex | 30 | 3C | EE | 50 | 4B | 0 | 7 | EC | 55 | 38 |
| Octal | 60 | 74 | 356 | 120 | 113 | 0 | 7 | 354 | 125 | 70 |
| Binary | 110000 | 111100 | 11101110 | 1010000 | 1001011 | 0 | 111 | 11101100 | 1010101 | 111000 |
Color Harmonies of #303CEE
Complementary color
Monochromatic Colors of #303CEE
Black with #303CEE
Text Example
Text Example
White with #303CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303CEE; }
p { color: rgb(48,60,238); }
H1.HeaderClassName
{
color: #303CEE;
}
.AnyTagClassName
{
color: #303CEE;
}
</style>
background-color css
<style>
a { background-color: #303CEE; }
a { background-color: rgb(48,60,238); }
div.DivClassName
{
background-color: #303CEE;
}
.BgClassName
{
background-color: #303CEE;
}
</style>
border-color css
<style>
span { border-color: #303CEE; }
span { border-color: rgb(48,60,238); }
td.TdClassName
{
border-color: #303CEE;
}
.TagClassName
{
border-color: #303CEE;
}
</style>