Shades of Neon Blue #303DF8
Tints of Neon Blue #303DF8
RGB
CMYK
RGB Variations
Color information
#303DF8 (or 0x303DF8) is known color: Neon Blue. HEX triplet: 30, 3D and F8. RGB value is (48,61,248). Sum of RGB (Red+Green+Blue) = 48+61+248=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 248 (97.27% from 255 or 69.47% from 357); Max value from RGB is 248 - color contains mainly: blue. Hex color #303DF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303DF8 is #CFC207. Grayscale: #4D4D4D. Windows color (decimal): -13615624 or 16268592. OLE color: 16268592.
HSL color Cylindrical-coordinate representation of color #303DF8: hue angle of 236.1º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #303DF8 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 61 | 248 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.03 |
| HSL | 236.1º | 0.93% | 0.58% | - |
| HSV(B) | 236.1º | 0.81% | 0.97% | - |
| XYZ | 19.83 | 10.74 | 89.84 | - |
| YUV | 78.43 | 223.69 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 248 | 0.81 | 0.75 | 0 | 0.03 | 236.1 | 0.93 | 0.58 |
| Hex | 30 | 3D | F8 | 51 | 4B | 0 | 3 | EC | 5D | 3A |
| Octal | 60 | 75 | 370 | 121 | 113 | 0 | 3 | 354 | 135 | 72 |
| Binary | 110000 | 111101 | 11111000 | 1010001 | 1001011 | 0 | 11 | 11101100 | 1011101 | 111010 |
Color Harmonies of #303DF8
Complementary color
Monochromatic Colors of #303DF8
Black with #303DF8
Text Example
Text Example
White with #303DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DF8; }
p { color: rgb(48,61,248); }
H1.HeaderClassName
{
color: #303DF8;
}
.AnyTagClassName
{
color: #303DF8;
}
</style>
background-color css
<style>
a { background-color: #303DF8; }
a { background-color: rgb(48,61,248); }
div.DivClassName
{
background-color: #303DF8;
}
.BgClassName
{
background-color: #303DF8;
}
</style>
border-color css
<style>
span { border-color: #303DF8; }
span { border-color: rgb(48,61,248); }
td.TdClassName
{
border-color: #303DF8;
}
.TagClassName
{
border-color: #303DF8;
}
</style>