Shades of Neon Blue #303FE4
Tints of Neon Blue #303FE4
RGB
CMYK
RGB Variations
Color information
#303FE4 (or 0x303FE4) is known color: Neon Blue. HEX triplet: 30, 3F and E4. RGB value is (48,63,228). Sum of RGB (Red+Green+Blue) = 48+63+228=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 228 (89.45% from 255 or 67.26% from 339); Max value from RGB is 228 - color contains mainly: blue. Hex color #303FE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303FE4 is #CFC01B. Grayscale: #4C4C4C. Windows color (decimal): -13615132 or 14958384. OLE color: 14958384.
HSL color Cylindrical-coordinate representation of color #303FE4: hue angle of 235º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #303FE4 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 63 | 228 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.11 |
| HSL | 235º | 0.77% | 0.54% | - |
| HSV(B) | 235º | 0.79% | 0.89% | - |
| XYZ | 17 | 9.78 | 74.39 | - |
| YUV | 77.33 | 213.03 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 228 | 0.79 | 0.72 | 0 | 0.11 | 235 | 0.77 | 0.54 |
| Hex | 30 | 3F | E4 | 4F | 48 | 0 | B | EB | 4D | 36 |
| Octal | 60 | 77 | 344 | 117 | 110 | 0 | 13 | 353 | 115 | 66 |
| Binary | 110000 | 111111 | 11100100 | 1001111 | 1001000 | 0 | 1011 | 11101011 | 1001101 | 110110 |
Color Harmonies of #303FE4
Complementary color
Monochromatic Colors of #303FE4
Black with #303FE4
Text Example
Text Example
White with #303FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303FE4; }
p { color: rgb(48,63,228); }
H1.HeaderClassName
{
color: #303FE4;
}
.AnyTagClassName
{
color: #303FE4;
}
</style>
background-color css
<style>
a { background-color: #303FE4; }
a { background-color: rgb(48,63,228); }
div.DivClassName
{
background-color: #303FE4;
}
.BgClassName
{
background-color: #303FE4;
}
</style>
border-color css
<style>
span { border-color: #303FE4; }
span { border-color: rgb(48,63,228); }
td.TdClassName
{
border-color: #303FE4;
}
.TagClassName
{
border-color: #303FE4;
}
</style>