Shades of Neon Blue #303FEF
Tints of Neon Blue #303FEF
RGB
CMYK
RGB Variations
Color information
#303FEF (or 0x303FEF) is known color: Neon Blue. HEX triplet: 30, 3F and EF. RGB value is (48,63,239). Sum of RGB (Red+Green+Blue) = 48+63+239=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #303FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303FEF is #CFC010. Grayscale: #4D4D4D. Windows color (decimal): -13615121 or 15679280. OLE color: 15679280.
HSL color Cylindrical-coordinate representation of color #303FEF: hue angle of 235.29º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #303FEF is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 63 | 239 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.06 |
| HSL | 235.29º | 0.86% | 0.56% | - |
| HSV(B) | 235.29º | 0.8% | 0.94% | - |
| XYZ | 18.58 | 10.42 | 82.69 | - |
| YUV | 78.58 | 218.53 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 239 | 0.80 | 0.74 | 0 | 0.06 | 235.29 | 0.86 | 0.56 |
| Hex | 30 | 3F | EF | 50 | 4A | 0 | 6 | EB | 56 | 38 |
| Octal | 60 | 77 | 357 | 120 | 112 | 0 | 6 | 353 | 126 | 70 |
| Binary | 110000 | 111111 | 11101111 | 1010000 | 1001010 | 0 | 110 | 11101011 | 1010110 | 111000 |
Color Harmonies of #303FEF
Complementary color
Monochromatic Colors of #303FEF
Black with #303FEF
Text Example
Text Example
White with #303FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303FEF; }
p { color: rgb(48,63,239); }
H1.HeaderClassName
{
color: #303FEF;
}
.AnyTagClassName
{
color: #303FEF;
}
</style>
background-color css
<style>
a { background-color: #303FEF; }
a { background-color: rgb(48,63,239); }
div.DivClassName
{
background-color: #303FEF;
}
.BgClassName
{
background-color: #303FEF;
}
</style>
border-color css
<style>
span { border-color: #303FEF; }
span { border-color: rgb(48,63,239); }
td.TdClassName
{
border-color: #303FEF;
}
.TagClassName
{
border-color: #303FEF;
}
</style>