Shades of Neon Blue #303DFE
Tints of Neon Blue #303DFE
RGB
CMYK
RGB Variations
Color information
#303DFE (or 0x303DFE) is known color: Neon Blue. HEX triplet: 30, 3D and FE. RGB value is (48,61,254). Sum of RGB (Red+Green+Blue) = 48+61+254=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #303DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303DFE is #CFC201. Grayscale: #4E4E4E. Windows color (decimal): -13615618 or 16661808. OLE color: 16661808.
HSL color Cylindrical-coordinate representation of color #303DFE: hue angle of 236.21º 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 #303DFE is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 61 | 254 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.00 |
| HSL | 236.21º | 0.99% | 0.59% | - |
| HSV(B) | 236.21º | 0.81% | 1% | - |
| XYZ | 20.78 | 11.12 | 94.82 | - |
| YUV | 79.12 | 226.69 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 254 | 0.81 | 0.76 | 0 | 0.00 | 236.21 | 0.99 | 0.59 |
| Hex | 30 | 3D | FE | 51 | 4C | 0 | 0 | EC | 63 | 3B |
| Octal | 60 | 75 | 376 | 121 | 114 | 0 | 0 | 354 | 143 | 73 |
| Binary | 110000 | 111101 | 11111110 | 1010001 | 1001100 | 0 | 0 | 11101100 | 1100011 | 111011 |
Color Harmonies of #303DFE
Complementary color
Monochromatic Colors of #303DFE
Black with #303DFE
Text Example
Text Example
White with #303DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DFE; }
p { color: rgb(48,61,254); }
H1.HeaderClassName
{
color: #303DFE;
}
.AnyTagClassName
{
color: #303DFE;
}
</style>
background-color css
<style>
a { background-color: #303DFE; }
a { background-color: rgb(48,61,254); }
div.DivClassName
{
background-color: #303DFE;
}
.BgClassName
{
background-color: #303DFE;
}
</style>
border-color css
<style>
span { border-color: #303DFE; }
span { border-color: rgb(48,61,254); }
td.TdClassName
{
border-color: #303DFE;
}
.TagClassName
{
border-color: #303DFE;
}
</style>