Shades of Neon Blue #303BFC
Tints of Neon Blue #303BFC
RGB
CMYK
RGB Variations
Color information
#303BFC (or 0x303BFC) is known color: Neon Blue. HEX triplet: 30, 3B and FC. RGB value is (48,59,252). Sum of RGB (Red+Green+Blue) = 48+59+252=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #303BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303BFC is #CFC403. Grayscale: #4C4C4C. Windows color (decimal): -13616132 or 16530224. OLE color: 16530224.
HSL color Cylindrical-coordinate representation of color #303BFC: hue angle of 236.76º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #303BFC is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 59 | 252 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.01 |
| HSL | 236.76º | 0.97% | 0.59% | - |
| HSV(B) | 236.76º | 0.81% | 0.99% | - |
| XYZ | 20.35 | 10.78 | 93.1 | - |
| YUV | 77.71 | 226.36 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 252 | 0.81 | 0.77 | 0 | 0.01 | 236.76 | 0.97 | 0.59 |
| Hex | 30 | 3B | FC | 51 | 4D | 0 | 1 | ED | 61 | 3B |
| Octal | 60 | 73 | 374 | 121 | 115 | 0 | 1 | 355 | 141 | 73 |
| Binary | 110000 | 111011 | 11111100 | 1010001 | 1001101 | 0 | 1 | 11101101 | 1100001 | 111011 |
Color Harmonies of #303BFC
Complementary color
Monochromatic Colors of #303BFC
Black with #303BFC
Text Example
Text Example
White with #303BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303BFC; }
p { color: rgb(48,59,252); }
H1.HeaderClassName
{
color: #303BFC;
}
.AnyTagClassName
{
color: #303BFC;
}
</style>
background-color css
<style>
a { background-color: #303BFC; }
a { background-color: rgb(48,59,252); }
div.DivClassName
{
background-color: #303BFC;
}
.BgClassName
{
background-color: #303BFC;
}
</style>
border-color css
<style>
span { border-color: #303BFC; }
span { border-color: rgb(48,59,252); }
td.TdClassName
{
border-color: #303BFC;
}
.TagClassName
{
border-color: #303BFC;
}
</style>