Shades of Neon Blue #303DF7
Tints of Neon Blue #303DF7
RGB
CMYK
RGB Variations
Color information
#303DF7 (or 0x303DF7) is known color: Neon Blue. HEX triplet: 30, 3D and F7. RGB value is (48,61,247). Sum of RGB (Red+Green+Blue) = 48+61+247=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 247 (96.88% from 255 or 69.38% from 356); Max value from RGB is 247 - color contains mainly: blue. Hex color #303DF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303DF7 is #CFC208. Grayscale: #4D4D4D. Windows color (decimal): -13615625 or 16203056. OLE color: 16203056.
HSL color Cylindrical-coordinate representation of color #303DF7: hue angle of 236.08º 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 #303DF7 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 61 | 247 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.03 |
| HSL | 236.08º | 0.93% | 0.58% | - |
| HSV(B) | 236.08º | 0.81% | 0.97% | - |
| XYZ | 19.68 | 10.68 | 89.02 | - |
| YUV | 78.32 | 223.19 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 247 | 0.81 | 0.75 | 0 | 0.03 | 236.08 | 0.93 | 0.58 |
| Hex | 30 | 3D | F7 | 51 | 4B | 0 | 3 | EC | 5D | 3A |
| Octal | 60 | 75 | 367 | 121 | 113 | 0 | 3 | 354 | 135 | 72 |
| Binary | 110000 | 111101 | 11110111 | 1010001 | 1001011 | 0 | 11 | 11101100 | 1011101 | 111010 |
Color Harmonies of #303DF7
Complementary color
Monochromatic Colors of #303DF7
Black with #303DF7
Text Example
Text Example
White with #303DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DF7; }
p { color: rgb(48,61,247); }
H1.HeaderClassName
{
color: #303DF7;
}
.AnyTagClassName
{
color: #303DF7;
}
</style>
background-color css
<style>
a { background-color: #303DF7; }
a { background-color: rgb(48,61,247); }
div.DivClassName
{
background-color: #303DF7;
}
.BgClassName
{
background-color: #303DF7;
}
</style>
border-color css
<style>
span { border-color: #303DF7; }
span { border-color: rgb(48,61,247); }
td.TdClassName
{
border-color: #303DF7;
}
.TagClassName
{
border-color: #303DF7;
}
</style>