Shades of Neon Blue #303FFE
Tints of Neon Blue #303FFE
RGB
CMYK
RGB Variations
Color information
#303FFE (or 0x303FFE) is known color: Neon Blue. HEX triplet: 30, 3F and FE. RGB value is (48,63,254). Sum of RGB (Red+Green+Blue) = 48+63+254=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #303FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303FFE is #CFC001. Grayscale: #4F4F4F. Windows color (decimal): -13615106 or 16662320. OLE color: 16662320.
HSL color Cylindrical-coordinate representation of color #303FFE: hue angle of 235.63º 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 #303FFE is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 63 | 254 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.00 |
| HSL | 235.63º | 0.99% | 0.59% | - |
| HSV(B) | 235.63º | 0.81% | 1% | - |
| XYZ | 20.89 | 11.34 | 94.85 | - |
| YUV | 80.29 | 226.03 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 254 | 0.81 | 0.75 | 0 | 0.00 | 235.63 | 0.99 | 0.59 |
| Hex | 30 | 3F | FE | 51 | 4B | 0 | 0 | EC | 63 | 3B |
| Octal | 60 | 77 | 376 | 121 | 113 | 0 | 0 | 354 | 143 | 73 |
| Binary | 110000 | 111111 | 11111110 | 1010001 | 1001011 | 0 | 0 | 11101100 | 1100011 | 111011 |
Color Harmonies of #303FFE
Complementary color
Monochromatic Colors of #303FFE
Black with #303FFE
Text Example
Text Example
White with #303FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303FFE; }
p { color: rgb(48,63,254); }
H1.HeaderClassName
{
color: #303FFE;
}
.AnyTagClassName
{
color: #303FFE;
}
</style>
background-color css
<style>
a { background-color: #303FFE; }
a { background-color: rgb(48,63,254); }
div.DivClassName
{
background-color: #303FFE;
}
.BgClassName
{
background-color: #303FFE;
}
</style>
border-color css
<style>
span { border-color: #303FFE; }
span { border-color: rgb(48,63,254); }
td.TdClassName
{
border-color: #303FFE;
}
.TagClassName
{
border-color: #303FFE;
}
</style>