Shades of Neon Blue #302EED
Tints of Neon Blue #302EED
RGB
CMYK
RGB Variations
Color information
#302EED (or 0x302EED) is known color: Neon Blue. HEX triplet: 30, 2E and ED. RGB value is (48,46,237). Sum of RGB (Red+Green+Blue) = 48+46+237=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 237 (92.97% from 255 or 71.60% from 331); Max value from RGB is 237 - color contains mainly: blue. Hex color #302EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302EED is #CFD112. Grayscale: #434343. Windows color (decimal): -13619475 or 15543856. OLE color: 15543856.
HSL color Cylindrical-coordinate representation of color #302EED: hue angle of 240.63º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #302EED is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 46 | 237 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.07 |
| HSL | 240.63º | 0.84% | 0.55% | - |
| HSV(B) | 240.63º | 0.81% | 0.93% | - |
| XYZ | 17.48 | 8.7 | 80.88 | - |
| YUV | 68.37 | 223.16 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 237 | 0.80 | 0.81 | 0 | 0.07 | 240.63 | 0.84 | 0.55 |
| Hex | 30 | 2E | ED | 50 | 51 | 0 | 7 | F1 | 54 | 37 |
| Octal | 60 | 56 | 355 | 120 | 121 | 0 | 7 | 361 | 124 | 67 |
| Binary | 110000 | 101110 | 11101101 | 1010000 | 1010001 | 0 | 111 | 11110001 | 1010100 | 110111 |
Color Harmonies of #302EED
Complementary color
Monochromatic Colors of #302EED
Black with #302EED
Text Example
Text Example
White with #302EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302EED; }
p { color: rgb(48,46,237); }
H1.HeaderClassName
{
color: #302EED;
}
.AnyTagClassName
{
color: #302EED;
}
</style>
background-color css
<style>
a { background-color: #302EED; }
a { background-color: rgb(48,46,237); }
div.DivClassName
{
background-color: #302EED;
}
.BgClassName
{
background-color: #302EED;
}
</style>
border-color css
<style>
span { border-color: #302EED; }
span { border-color: rgb(48,46,237); }
td.TdClassName
{
border-color: #302EED;
}
.TagClassName
{
border-color: #302EED;
}
</style>