Shades of Neon Blue #302FE7
Tints of Neon Blue #302FE7
RGB
CMYK
RGB Variations
Color information
#302FE7 (or 0x302FE7) is known color: Neon Blue. HEX triplet: 30, 2F and E7. RGB value is (48,47,231). Sum of RGB (Red+Green+Blue) = 48+47+231=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 231 (90.62% from 255 or 70.86% from 326); Max value from RGB is 231 - color contains mainly: blue. Hex color #302FE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302FE7 is #CFD018. Grayscale: #434343. Windows color (decimal): -13619225 or 15150896. OLE color: 15150896.
HSL color Cylindrical-coordinate representation of color #302FE7: hue angle of 240.33º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #302FE7 is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 47 | 231 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.09 |
| HSL | 240.33º | 0.79% | 0.55% | - |
| HSV(B) | 240.33º | 0.8% | 0.91% | - |
| XYZ | 16.66 | 8.43 | 76.35 | - |
| YUV | 68.28 | 219.83 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 231 | 0.79 | 0.80 | 0 | 0.09 | 240.33 | 0.79 | 0.55 |
| Hex | 30 | 2F | E7 | 4F | 50 | 0 | 9 | F0 | 4F | 37 |
| Octal | 60 | 57 | 347 | 117 | 120 | 0 | 11 | 360 | 117 | 67 |
| Binary | 110000 | 101111 | 11100111 | 1001111 | 1010000 | 0 | 1001 | 11110000 | 1001111 | 110111 |
Color Harmonies of #302FE7
Complementary color
Monochromatic Colors of #302FE7
Black with #302FE7
Text Example
Text Example
White with #302FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302FE7; }
p { color: rgb(48,47,231); }
H1.HeaderClassName
{
color: #302FE7;
}
.AnyTagClassName
{
color: #302FE7;
}
</style>
background-color css
<style>
a { background-color: #302FE7; }
a { background-color: rgb(48,47,231); }
div.DivClassName
{
background-color: #302FE7;
}
.BgClassName
{
background-color: #302FE7;
}
</style>
border-color css
<style>
span { border-color: #302FE7; }
span { border-color: rgb(48,47,231); }
td.TdClassName
{
border-color: #302FE7;
}
.TagClassName
{
border-color: #302FE7;
}
</style>