Shades of Neon Blue #302FEE
Tints of Neon Blue #302FEE
RGB
CMYK
RGB Variations
Color information
#302FEE (or 0x302FEE) is known color: Neon Blue. HEX triplet: 30, 2F and EE. RGB value is (48,47,238). Sum of RGB (Red+Green+Blue) = 48+47+238=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 238 (93.36% from 255 or 71.47% from 333); Max value from RGB is 238 - color contains mainly: blue. Hex color #302FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302FEE is #CFD011. Grayscale: #444444. Windows color (decimal): -13619218 or 15609648. OLE color: 15609648.
HSL color Cylindrical-coordinate representation of color #302FEE: hue angle of 240.31º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #302FEE is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 47 | 238 | - |
| CMYK | 0.80 | 0.80 | 0 | 0.07 |
| HSL | 240.31º | 0.85% | 0.56% | - |
| HSV(B) | 240.31º | 0.8% | 0.93% | - |
| XYZ | 17.67 | 8.83 | 81.66 | - |
| YUV | 69.07 | 223.33 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 238 | 0.80 | 0.80 | 0 | 0.07 | 240.31 | 0.85 | 0.56 |
| Hex | 30 | 2F | EE | 50 | 50 | 0 | 7 | F0 | 55 | 38 |
| Octal | 60 | 57 | 356 | 120 | 120 | 0 | 7 | 360 | 125 | 70 |
| Binary | 110000 | 101111 | 11101110 | 1010000 | 1010000 | 0 | 111 | 11110000 | 1010101 | 111000 |
Color Harmonies of #302FEE
Complementary color
Monochromatic Colors of #302FEE
Black with #302FEE
Text Example
Text Example
White with #302FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302FEE; }
p { color: rgb(48,47,238); }
H1.HeaderClassName
{
color: #302FEE;
}
.AnyTagClassName
{
color: #302FEE;
}
</style>
background-color css
<style>
a { background-color: #302FEE; }
a { background-color: rgb(48,47,238); }
div.DivClassName
{
background-color: #302FEE;
}
.BgClassName
{
background-color: #302FEE;
}
</style>
border-color css
<style>
span { border-color: #302FEE; }
span { border-color: rgb(48,47,238); }
td.TdClassName
{
border-color: #302FEE;
}
.TagClassName
{
border-color: #302FEE;
}
</style>