Shades of Neon Blue #303DFF
Tints of Neon Blue #303DFF
RGB
CMYK
RGB Variations
Color information
#303DFF (or 0x303DFF) is known color: Neon Blue. HEX triplet: 30, 3D and FF. RGB value is (48,61,255). Sum of RGB (Red+Green+Blue) = 48+61+255=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #303DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303DFF is #CFC200. Grayscale: #4E4E4E. Windows color (decimal): -13615617 or 16727344. OLE color: 16727344.
HSL color Cylindrical-coordinate representation of color #303DFF: hue angle of 236.23º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #303DFF is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 61 | 255 | - |
| CMYK | 0.81 | 0.76 | 0 | 0 |
| HSL | 236.23º | 1% | 0.59% | - |
| HSV(B) | 236.23º | 0.81% | 1% | - |
| XYZ | 20.94 | 11.19 | 95.66 | - |
| YUV | 79.23 | 227.19 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 255 | 0.81 | 0.76 | 0 | 0 | 236.23 | 1 | 0.59 |
| Hex | 30 | 3D | FF | 51 | 4C | 0 | 0 | EC | 64 | 3B |
| Octal | 60 | 75 | 377 | 121 | 114 | 0 | 0 | 354 | 144 | 73 |
| Binary | 110000 | 111101 | 11111111 | 1010001 | 1001100 | 0 | 0 | 11101100 | 1100100 | 111011 |
Color Harmonies of #303DFF
Complementary color
Monochromatic Colors of #303DFF
Black with #303DFF
Text Example
Text Example
White with #303DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303DFF; }
p { color: rgb(48,61,255); }
H1.HeaderClassName
{
color: #303DFF;
}
.AnyTagClassName
{
color: #303DFF;
}
</style>
background-color css
<style>
a { background-color: #303DFF; }
a { background-color: rgb(48,61,255); }
div.DivClassName
{
background-color: #303DFF;
}
.BgClassName
{
background-color: #303DFF;
}
</style>
border-color css
<style>
span { border-color: #303DFF; }
span { border-color: rgb(48,61,255); }
td.TdClassName
{
border-color: #303DFF;
}
.TagClassName
{
border-color: #303DFF;
}
</style>