Shades of Neon Blue #303EFE
Tints of Neon Blue #303EFE
RGB
CMYK
RGB Variations
Color information
#303EFE (or 0x303EFE) is known color: Neon Blue. HEX triplet: 30, 3E and FE. RGB value is (48,62,254). Sum of RGB (Red+Green+Blue) = 48+62+254=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #303EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303EFE is #CFC101. Grayscale: #4E4E4E. Windows color (decimal): -13615362 or 16662064. OLE color: 16662064.
HSL color Cylindrical-coordinate representation of color #303EFE: hue angle of 235.92º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #303EFE is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 62 | 254 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.00 |
| HSL | 235.92º | 0.99% | 0.59% | - |
| HSV(B) | 235.92º | 0.81% | 1% | - |
| XYZ | 20.83 | 11.23 | 94.84 | - |
| YUV | 79.7 | 226.36 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 254 | 0.81 | 0.76 | 0 | 0.00 | 235.92 | 0.99 | 0.59 |
| Hex | 30 | 3E | FE | 51 | 4C | 0 | 0 | EC | 63 | 3B |
| Octal | 60 | 76 | 376 | 121 | 114 | 0 | 0 | 354 | 143 | 73 |
| Binary | 110000 | 111110 | 11111110 | 1010001 | 1001100 | 0 | 0 | 11101100 | 1100011 | 111011 |
Color Harmonies of #303EFE
Complementary color
Monochromatic Colors of #303EFE
Black with #303EFE
Text Example
Text Example
White with #303EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303EFE; }
p { color: rgb(48,62,254); }
H1.HeaderClassName
{
color: #303EFE;
}
.AnyTagClassName
{
color: #303EFE;
}
</style>
background-color css
<style>
a { background-color: #303EFE; }
a { background-color: rgb(48,62,254); }
div.DivClassName
{
background-color: #303EFE;
}
.BgClassName
{
background-color: #303EFE;
}
</style>
border-color css
<style>
span { border-color: #303EFE; }
span { border-color: rgb(48,62,254); }
td.TdClassName
{
border-color: #303EFE;
}
.TagClassName
{
border-color: #303EFE;
}
</style>