Shades of Neon Blue #303CFB
Tints of Neon Blue #303CFB
RGB
CMYK
RGB Variations
Color information
#303CFB (or 0x303CFB) is known color: Neon Blue. HEX triplet: 30, 3C and FB. RGB value is (48,60,251). Sum of RGB (Red+Green+Blue) = 48+60+251=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 251 (98.44% from 255 or 69.92% from 359); Max value from RGB is 251 - color contains mainly: blue. Hex color #303CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303CFB is #CFC304. Grayscale: #4D4D4D. Windows color (decimal): -13615877 or 16464944. OLE color: 16464944.
HSL color Cylindrical-coordinate representation of color #303CFB: hue angle of 236.45º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #303CFB is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 60 | 251 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.02 |
| HSL | 236.45º | 0.96% | 0.59% | - |
| HSV(B) | 236.45º | 0.81% | 0.98% | - |
| XYZ | 20.25 | 10.83 | 92.29 | - |
| YUV | 78.19 | 225.52 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 251 | 0.81 | 0.76 | 0 | 0.02 | 236.45 | 0.96 | 0.59 |
| Hex | 30 | 3C | FB | 51 | 4C | 0 | 2 | EC | 60 | 3B |
| Octal | 60 | 74 | 373 | 121 | 114 | 0 | 2 | 354 | 140 | 73 |
| Binary | 110000 | 111100 | 11111011 | 1010001 | 1001100 | 0 | 10 | 11101100 | 1100000 | 111011 |
Color Harmonies of #303CFB
Complementary color
Monochromatic Colors of #303CFB
Black with #303CFB
Text Example
Text Example
White with #303CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303CFB; }
p { color: rgb(48,60,251); }
H1.HeaderClassName
{
color: #303CFB;
}
.AnyTagClassName
{
color: #303CFB;
}
</style>
background-color css
<style>
a { background-color: #303CFB; }
a { background-color: rgb(48,60,251); }
div.DivClassName
{
background-color: #303CFB;
}
.BgClassName
{
background-color: #303CFB;
}
</style>
border-color css
<style>
span { border-color: #303CFB; }
span { border-color: rgb(48,60,251); }
td.TdClassName
{
border-color: #303CFB;
}
.TagClassName
{
border-color: #303CFB;
}
</style>