Shades of Neon Blue #304AFE
Tints of Neon Blue #304AFE
RGB
CMYK
RGB Variations
Color information
#304AFE (or 0x304AFE) is known color: Neon Blue. HEX triplet: 30, 4A and FE. RGB value is (48,74,254). Sum of RGB (Red+Green+Blue) = 48+74+254=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #304AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #304AFE is #CFB501. Grayscale: #565656. Windows color (decimal): -13612290 or 16665136. OLE color: 16665136.
HSL color Cylindrical-coordinate representation of color #304AFE: hue angle of 232.43º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #304AFE is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 74 | 254 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.00 |
| HSL | 232.43º | 0.99% | 0.59% | - |
| HSV(B) | 232.43º | 0.81% | 1% | - |
| XYZ | 21.56 | 12.68 | 95.08 | - |
| YUV | 86.75 | 222.39 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 254 | 0.81 | 0.71 | 0 | 0.00 | 232.43 | 0.99 | 0.59 |
| Hex | 30 | 4A | FE | 51 | 47 | 0 | 0 | E8 | 63 | 3B |
| Octal | 60 | 112 | 376 | 121 | 107 | 0 | 0 | 350 | 143 | 73 |
| Binary | 110000 | 1001010 | 11111110 | 1010001 | 1000111 | 0 | 0 | 11101000 | 1100011 | 111011 |
Color Harmonies of #304AFE
Complementary color
Monochromatic Colors of #304AFE
Black with #304AFE
Text Example
Text Example
White with #304AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304AFE; }
p { color: rgb(48,74,254); }
H1.HeaderClassName
{
color: #304AFE;
}
.AnyTagClassName
{
color: #304AFE;
}
</style>
background-color css
<style>
a { background-color: #304AFE; }
a { background-color: rgb(48,74,254); }
div.DivClassName
{
background-color: #304AFE;
}
.BgClassName
{
background-color: #304AFE;
}
</style>
border-color css
<style>
span { border-color: #304AFE; }
span { border-color: rgb(48,74,254); }
td.TdClassName
{
border-color: #304AFE;
}
.TagClassName
{
border-color: #304AFE;
}
</style>