Shades of Neon Blue #303EE8
Tints of Neon Blue #303EE8
RGB
CMYK
RGB Variations
Color information
#303EE8 (or 0x303EE8) is known color: Neon Blue. HEX triplet: 30, 3E and E8. RGB value is (48,62,232). Sum of RGB (Red+Green+Blue) = 48+62+232=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 232 (91.02% from 255 or 67.84% from 342); Max value from RGB is 232 - color contains mainly: blue. Hex color #303EE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303EE8 is #CFC117. Grayscale: #4C4C4C. Windows color (decimal): -13615384 or 15220272. OLE color: 15220272.
HSL color Cylindrical-coordinate representation of color #303EE8: hue angle of 235.43º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #303EE8 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 62 | 232 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.09 |
| HSL | 235.43º | 0.8% | 0.55% | - |
| HSV(B) | 235.43º | 0.79% | 0.91% | - |
| XYZ | 17.51 | 9.9 | 77.33 | - |
| YUV | 77.19 | 215.36 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 232 | 0.79 | 0.73 | 0 | 0.09 | 235.43 | 0.8 | 0.55 |
| Hex | 30 | 3E | E8 | 4F | 49 | 0 | 9 | EB | 50 | 37 |
| Octal | 60 | 76 | 350 | 117 | 111 | 0 | 11 | 353 | 120 | 67 |
| Binary | 110000 | 111110 | 11101000 | 1001111 | 1001001 | 0 | 1001 | 11101011 | 1010000 | 110111 |
Color Harmonies of #303EE8
Complementary color
Monochromatic Colors of #303EE8
Black with #303EE8
Text Example
Text Example
White with #303EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303EE8; }
p { color: rgb(48,62,232); }
H1.HeaderClassName
{
color: #303EE8;
}
.AnyTagClassName
{
color: #303EE8;
}
</style>
background-color css
<style>
a { background-color: #303EE8; }
a { background-color: rgb(48,62,232); }
div.DivClassName
{
background-color: #303EE8;
}
.BgClassName
{
background-color: #303EE8;
}
</style>
border-color css
<style>
span { border-color: #303EE8; }
span { border-color: rgb(48,62,232); }
td.TdClassName
{
border-color: #303EE8;
}
.TagClassName
{
border-color: #303EE8;
}
</style>