Shades of Neon Blue #304CFA
Tints of Neon Blue #304CFA
RGB
CMYK
RGB Variations
Color information
#304CFA (or 0x304CFA) is known color: Neon Blue. HEX triplet: 30, 4C and FA. RGB value is (48,76,250). Sum of RGB (Red+Green+Blue) = 48+76+250=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #304CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #304CFA is #CFB305. Grayscale: #565656. Windows color (decimal): -13611782 or 16403504. OLE color: 16403504.
HSL color Cylindrical-coordinate representation of color #304CFA: hue angle of 231.68º 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 #304CFA is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 76 | 250 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.02 |
| HSL | 231.68º | 0.95% | 0.58% | - |
| HSV(B) | 231.68º | 0.81% | 0.98% | - |
| XYZ | 21.06 | 12.7 | 91.78 | - |
| YUV | 87.46 | 219.72 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 250 | 0.81 | 0.70 | 0 | 0.02 | 231.68 | 0.95 | 0.58 |
| Hex | 30 | 4C | FA | 51 | 46 | 0 | 2 | E8 | 5F | 3A |
| Octal | 60 | 114 | 372 | 121 | 106 | 0 | 2 | 350 | 137 | 72 |
| Binary | 110000 | 1001100 | 11111010 | 1010001 | 1000110 | 0 | 10 | 11101000 | 1011111 | 111010 |
Color Harmonies of #304CFA
Complementary color
Monochromatic Colors of #304CFA
Black with #304CFA
Text Example
Text Example
White with #304CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304CFA; }
p { color: rgb(48,76,250); }
H1.HeaderClassName
{
color: #304CFA;
}
.AnyTagClassName
{
color: #304CFA;
}
</style>
background-color css
<style>
a { background-color: #304CFA; }
a { background-color: rgb(48,76,250); }
div.DivClassName
{
background-color: #304CFA;
}
.BgClassName
{
background-color: #304CFA;
}
</style>
border-color css
<style>
span { border-color: #304CFA; }
span { border-color: rgb(48,76,250); }
td.TdClassName
{
border-color: #304CFA;
}
.TagClassName
{
border-color: #304CFA;
}
</style>