Shades of Neon Blue #303DF9
Tints of Neon Blue #303DF9
RGB
CMYK
RGB Variations
Color information
#303DF9 (or 0x303DF9) is known color: Neon Blue. HEX triplet: 30, 3D and F9. RGB value is (48,61,249). Sum of RGB (Red+Green+Blue) = 48+61+249=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 249 (97.66% from 255 or 69.55% from 358); Max value from RGB is 249 - color contains mainly: blue. Hex color #303DF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303DF9 is #CFC206. Grayscale: #4D4D4D. Windows color (decimal): -13615623 or 16334128. OLE color: 16334128.
HSL color Cylindrical-coordinate representation of color #303DF9: hue angle of 236.12º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #303DF9 is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 61 | 249 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.02 |
| HSL | 236.12º | 0.94% | 0.58% | - |
| HSV(B) | 236.12º | 0.81% | 0.98% | - |
| XYZ | 19.99 | 10.81 | 90.65 | - |
| YUV | 78.55 | 224.19 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 249 | 0.81 | 0.76 | 0 | 0.02 | 236.12 | 0.94 | 0.58 |
| Hex | 30 | 3D | F9 | 51 | 4C | 0 | 2 | EC | 5E | 3A |
| Octal | 60 | 75 | 371 | 121 | 114 | 0 | 2 | 354 | 136 | 72 |
| Binary | 110000 | 111101 | 11111001 | 1010001 | 1001100 | 0 | 10 | 11101100 | 1011110 | 111010 |
Color Harmonies of #303DF9
Complementary color
Monochromatic Colors of #303DF9
Black with #303DF9
Text Example
Text Example
White with #303DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DF9; }
p { color: rgb(48,61,249); }
H1.HeaderClassName
{
color: #303DF9;
}
.AnyTagClassName
{
color: #303DF9;
}
</style>
background-color css
<style>
a { background-color: #303DF9; }
a { background-color: rgb(48,61,249); }
div.DivClassName
{
background-color: #303DF9;
}
.BgClassName
{
background-color: #303DF9;
}
</style>
border-color css
<style>
span { border-color: #303DF9; }
span { border-color: rgb(48,61,249); }
td.TdClassName
{
border-color: #303DF9;
}
.TagClassName
{
border-color: #303DF9;
}
</style>