Shades of Neon Blue #302EE9
Tints of Neon Blue #302EE9
RGB
CMYK
RGB Variations
Color information
#302EE9 (or 0x302EE9) is known color: Neon Blue. HEX triplet: 30, 2E and E9. RGB value is (48,46,233). Sum of RGB (Red+Green+Blue) = 48+46+233=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 233 (91.41% from 255 or 71.25% from 327); Max value from RGB is 233 - color contains mainly: blue. Hex color #302EE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302EE9 is #CFD116. Grayscale: #434343. Windows color (decimal): -13619479 or 15281712. OLE color: 15281712.
HSL color Cylindrical-coordinate representation of color #302EE9: hue angle of 240.64º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #302EE9 is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 46 | 233 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.09 |
| HSL | 240.64º | 0.81% | 0.55% | - |
| HSV(B) | 240.64º | 0.8% | 0.91% | - |
| XYZ | 16.9 | 8.47 | 77.83 | - |
| YUV | 67.92 | 221.16 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 233 | 0.79 | 0.80 | 0 | 0.09 | 240.64 | 0.81 | 0.55 |
| Hex | 30 | 2E | E9 | 4F | 50 | 0 | 9 | F1 | 51 | 37 |
| Octal | 60 | 56 | 351 | 117 | 120 | 0 | 11 | 361 | 121 | 67 |
| Binary | 110000 | 101110 | 11101001 | 1001111 | 1010000 | 0 | 1001 | 11110001 | 1010001 | 110111 |
Color Harmonies of #302EE9
Complementary color
Monochromatic Colors of #302EE9
Black with #302EE9
Text Example
Text Example
White with #302EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302EE9; }
p { color: rgb(48,46,233); }
H1.HeaderClassName
{
color: #302EE9;
}
.AnyTagClassName
{
color: #302EE9;
}
</style>
background-color css
<style>
a { background-color: #302EE9; }
a { background-color: rgb(48,46,233); }
div.DivClassName
{
background-color: #302EE9;
}
.BgClassName
{
background-color: #302EE9;
}
</style>
border-color css
<style>
span { border-color: #302EE9; }
span { border-color: rgb(48,46,233); }
td.TdClassName
{
border-color: #302EE9;
}
.TagClassName
{
border-color: #302EE9;
}
</style>