Shades of Neon Blue #302FE6
Tints of Neon Blue #302FE6
RGB
CMYK
RGB Variations
Color information
#302FE6 (or 0x302FE6) is known color: Neon Blue. HEX triplet: 30, 2F and E6. RGB value is (48,47,230). Sum of RGB (Red+Green+Blue) = 48+47+230=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 230 (90.23% from 255 or 70.77% from 325); Max value from RGB is 230 - color contains mainly: blue. Hex color #302FE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302FE6 is #CFD019. Grayscale: #434343. Windows color (decimal): -13619226 or 15085360. OLE color: 15085360.
HSL color Cylindrical-coordinate representation of color #302FE6: hue angle of 240.33º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #302FE6 is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 47 | 230 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.10 |
| HSL | 240.33º | 0.79% | 0.54% | - |
| HSV(B) | 240.33º | 0.8% | 0.9% | - |
| XYZ | 16.52 | 8.37 | 75.61 | - |
| YUV | 68.16 | 219.33 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 230 | 0.79 | 0.80 | 0 | 0.10 | 240.33 | 0.79 | 0.54 |
| Hex | 30 | 2F | E6 | 4F | 50 | 0 | A | F0 | 4F | 36 |
| Octal | 60 | 57 | 346 | 117 | 120 | 0 | 12 | 360 | 117 | 66 |
| Binary | 110000 | 101111 | 11100110 | 1001111 | 1010000 | 0 | 1010 | 11110000 | 1001111 | 110110 |
Color Harmonies of #302FE6
Complementary color
Monochromatic Colors of #302FE6
Black with #302FE6
Text Example
Text Example
White with #302FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302FE6; }
p { color: rgb(48,47,230); }
H1.HeaderClassName
{
color: #302FE6;
}
.AnyTagClassName
{
color: #302FE6;
}
</style>
background-color css
<style>
a { background-color: #302FE6; }
a { background-color: rgb(48,47,230); }
div.DivClassName
{
background-color: #302FE6;
}
.BgClassName
{
background-color: #302FE6;
}
</style>
border-color css
<style>
span { border-color: #302FE6; }
span { border-color: rgb(48,47,230); }
td.TdClassName
{
border-color: #302FE6;
}
.TagClassName
{
border-color: #302FE6;
}
</style>