Shades of Neon Blue #303CFA
Tints of Neon Blue #303CFA
RGB
CMYK
RGB Variations
Color information
#303CFA (or 0x303CFA) is known color: Neon Blue. HEX triplet: 30, 3C and FA. RGB value is (48,60,250). Sum of RGB (Red+Green+Blue) = 48+60+250=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #303CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303CFA is #CFC305. Grayscale: #4D4D4D. Windows color (decimal): -13615878 or 16399408. OLE color: 16399408.
HSL color Cylindrical-coordinate representation of color #303CFA: hue angle of 236.44º 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 #303CFA is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 60 | 250 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.02 |
| HSL | 236.44º | 0.95% | 0.58% | - |
| HSV(B) | 236.44º | 0.81% | 0.98% | - |
| XYZ | 20.09 | 10.76 | 91.46 | - |
| YUV | 78.07 | 225.02 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 250 | 0.81 | 0.76 | 0 | 0.02 | 236.44 | 0.95 | 0.58 |
| Hex | 30 | 3C | FA | 51 | 4C | 0 | 2 | EC | 5F | 3A |
| Octal | 60 | 74 | 372 | 121 | 114 | 0 | 2 | 354 | 137 | 72 |
| Binary | 110000 | 111100 | 11111010 | 1010001 | 1001100 | 0 | 10 | 11101100 | 1011111 | 111010 |
Color Harmonies of #303CFA
Complementary color
Monochromatic Colors of #303CFA
Black with #303CFA
Text Example
Text Example
White with #303CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303CFA; }
p { color: rgb(48,60,250); }
H1.HeaderClassName
{
color: #303CFA;
}
.AnyTagClassName
{
color: #303CFA;
}
</style>
background-color css
<style>
a { background-color: #303CFA; }
a { background-color: rgb(48,60,250); }
div.DivClassName
{
background-color: #303CFA;
}
.BgClassName
{
background-color: #303CFA;
}
</style>
border-color css
<style>
span { border-color: #303CFA; }
span { border-color: rgb(48,60,250); }
td.TdClassName
{
border-color: #303CFA;
}
.TagClassName
{
border-color: #303CFA;
}
</style>