Shades of Neon Blue #303BFA
Tints of Neon Blue #303BFA
RGB
CMYK
RGB Variations
Color information
#303BFA (or 0x303BFA) is known color: Neon Blue. HEX triplet: 30, 3B and FA. RGB value is (48,59,250). Sum of RGB (Red+Green+Blue) = 48+59+250=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #303BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303BFA is #CFC405. Grayscale: #4C4C4C. Windows color (decimal): -13616134 or 16399152. OLE color: 16399152.
HSL color Cylindrical-coordinate representation of color #303BFA: hue angle of 236.73º degrees, saturation: 0.95, 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 #303BFA is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 59 | 250 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.02 |
| HSL | 236.73º | 0.95% | 0.58% | - |
| HSV(B) | 236.73º | 0.81% | 0.98% | - |
| XYZ | 20.04 | 10.66 | 91.44 | - |
| YUV | 77.49 | 225.36 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 250 | 0.81 | 0.76 | 0 | 0.02 | 236.73 | 0.95 | 0.58 |
| Hex | 30 | 3B | FA | 51 | 4C | 0 | 2 | ED | 5F | 3A |
| Octal | 60 | 73 | 372 | 121 | 114 | 0 | 2 | 355 | 137 | 72 |
| Binary | 110000 | 111011 | 11111010 | 1010001 | 1001100 | 0 | 10 | 11101101 | 1011111 | 111010 |
Color Harmonies of #303BFA
Complementary color
Monochromatic Colors of #303BFA
Black with #303BFA
Text Example
Text Example
White with #303BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303BFA; }
p { color: rgb(48,59,250); }
H1.HeaderClassName
{
color: #303BFA;
}
.AnyTagClassName
{
color: #303BFA;
}
</style>
background-color css
<style>
a { background-color: #303BFA; }
a { background-color: rgb(48,59,250); }
div.DivClassName
{
background-color: #303BFA;
}
.BgClassName
{
background-color: #303BFA;
}
</style>
border-color css
<style>
span { border-color: #303BFA; }
span { border-color: rgb(48,59,250); }
td.TdClassName
{
border-color: #303BFA;
}
.TagClassName
{
border-color: #303BFA;
}
</style>