Shades of Neon Blue #302EEF
Tints of Neon Blue #302EEF
RGB
CMYK
RGB Variations
Color information
#302EEF (or 0x302EEF) is known color: Neon Blue. HEX triplet: 30, 2E and EF. RGB value is (48,46,239). Sum of RGB (Red+Green+Blue) = 48+46+239=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 239 (93.75% from 255 or 71.77% from 333); Max value from RGB is 239 - color contains mainly: blue. Hex color #302EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302EEF is #CFD110. Grayscale: #434343. Windows color (decimal): -13619473 or 15674928. OLE color: 15674928.
HSL color Cylindrical-coordinate representation of color #302EEF: hue angle of 240.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #302EEF is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 46 | 239 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.06 |
| HSL | 240.62º | 0.86% | 0.56% | - |
| HSV(B) | 240.62º | 0.81% | 0.94% | - |
| XYZ | 17.78 | 8.81 | 82.43 | - |
| YUV | 68.6 | 224.16 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 239 | 0.80 | 0.81 | 0 | 0.06 | 240.62 | 0.86 | 0.56 |
| Hex | 30 | 2E | EF | 50 | 51 | 0 | 6 | F1 | 56 | 38 |
| Octal | 60 | 56 | 357 | 120 | 121 | 0 | 6 | 361 | 126 | 70 |
| Binary | 110000 | 101110 | 11101111 | 1010000 | 1010001 | 0 | 110 | 11110001 | 1010110 | 111000 |
Color Harmonies of #302EEF
Complementary color
Monochromatic Colors of #302EEF
Black with #302EEF
Text Example
Text Example
White with #302EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302EEF; }
p { color: rgb(48,46,239); }
H1.HeaderClassName
{
color: #302EEF;
}
.AnyTagClassName
{
color: #302EEF;
}
</style>
background-color css
<style>
a { background-color: #302EEF; }
a { background-color: rgb(48,46,239); }
div.DivClassName
{
background-color: #302EEF;
}
.BgClassName
{
background-color: #302EEF;
}
</style>
border-color css
<style>
span { border-color: #302EEF; }
span { border-color: rgb(48,46,239); }
td.TdClassName
{
border-color: #302EEF;
}
.TagClassName
{
border-color: #302EEF;
}
</style>