Shades of Neon Blue #303CFF
Tints of Neon Blue #303CFF
RGB
CMYK
RGB Variations
Color information
#303CFF (or 0x303CFF) is known color: Neon Blue. HEX triplet: 30, 3C and FF. RGB value is (48,60,255). Sum of RGB (Red+Green+Blue) = 48+60+255=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #303CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303CFF is #CFC300. Grayscale: #4D4D4D. Windows color (decimal): -13615873 or 16727088. OLE color: 16727088.
HSL color Cylindrical-coordinate representation of color #303CFF: hue angle of 236.52º 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 #303CFF is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 60 | 255 | - |
| CMYK | 0.81 | 0.76 | 0 | 0 |
| HSL | 236.52º | 1% | 0.59% | - |
| HSV(B) | 236.52º | 0.81% | 1% | - |
| XYZ | 20.88 | 11.08 | 95.65 | - |
| YUV | 78.64 | 227.52 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 255 | 0.81 | 0.76 | 0 | 0 | 236.52 | 1 | 0.59 |
| Hex | 30 | 3C | FF | 51 | 4C | 0 | 0 | ED | 64 | 3B |
| Octal | 60 | 74 | 377 | 121 | 114 | 0 | 0 | 355 | 144 | 73 |
| Binary | 110000 | 111100 | 11111111 | 1010001 | 1001100 | 0 | 0 | 11101101 | 1100100 | 111011 |
Color Harmonies of #303CFF
Complementary color
Monochromatic Colors of #303CFF
Black with #303CFF
Text Example
Text Example
White with #303CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303CFF; }
p { color: rgb(48,60,255); }
H1.HeaderClassName
{
color: #303CFF;
}
.AnyTagClassName
{
color: #303CFF;
}
</style>
background-color css
<style>
a { background-color: #303CFF; }
a { background-color: rgb(48,60,255); }
div.DivClassName
{
background-color: #303CFF;
}
.BgClassName
{
background-color: #303CFF;
}
</style>
border-color css
<style>
span { border-color: #303CFF; }
span { border-color: rgb(48,60,255); }
td.TdClassName
{
border-color: #303CFF;
}
.TagClassName
{
border-color: #303CFF;
}
</style>