Shades of Neon Blue #302EE7
Tints of Neon Blue #302EE7
RGB
CMYK
RGB Variations
Color information
#302EE7 (or 0x302EE7) is known color: Neon Blue. HEX triplet: 30, 2E and E7. RGB value is (48,46,231). Sum of RGB (Red+Green+Blue) = 48+46+231=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 231 (90.62% from 255 or 71.08% from 325); Max value from RGB is 231 - color contains mainly: blue. Hex color #302EE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302EE7 is #CFD118. Grayscale: #424242. Windows color (decimal): -13619481 or 15150640. OLE color: 15150640.
HSL color Cylindrical-coordinate representation of color #302EE7: hue angle of 240.65º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #302EE7 is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 46 | 231 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.09 |
| HSL | 240.65º | 0.79% | 0.54% | - |
| HSV(B) | 240.65º | 0.8% | 0.91% | - |
| XYZ | 16.62 | 8.35 | 76.34 | - |
| YUV | 67.69 | 220.16 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 231 | 0.79 | 0.80 | 0 | 0.09 | 240.65 | 0.79 | 0.54 |
| Hex | 30 | 2E | E7 | 4F | 50 | 0 | 9 | F1 | 4F | 36 |
| Octal | 60 | 56 | 347 | 117 | 120 | 0 | 11 | 361 | 117 | 66 |
| Binary | 110000 | 101110 | 11100111 | 1001111 | 1010000 | 0 | 1001 | 11110001 | 1001111 | 110110 |
Color Harmonies of #302EE7
Complementary color
Monochromatic Colors of #302EE7
Black with #302EE7
Text Example
Text Example
White with #302EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302EE7; }
p { color: rgb(48,46,231); }
H1.HeaderClassName
{
color: #302EE7;
}
.AnyTagClassName
{
color: #302EE7;
}
</style>
background-color css
<style>
a { background-color: #302EE7; }
a { background-color: rgb(48,46,231); }
div.DivClassName
{
background-color: #302EE7;
}
.BgClassName
{
background-color: #302EE7;
}
</style>
border-color css
<style>
span { border-color: #302EE7; }
span { border-color: rgb(48,46,231); }
td.TdClassName
{
border-color: #302EE7;
}
.TagClassName
{
border-color: #302EE7;
}
</style>