Shades of Neon Blue #303AFE
Tints of Neon Blue #303AFE
RGB
CMYK
RGB Variations
Color information
#303AFE (or 0x303AFE) is known color: Neon Blue. HEX triplet: 30, 3A and FE. RGB value is (48,58,254). Sum of RGB (Red+Green+Blue) = 48+58+254=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #303AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303AFE is #CFC501. Grayscale: #4C4C4C. Windows color (decimal): -13616386 or 16661040. OLE color: 16661040.
HSL color Cylindrical-coordinate representation of color #303AFE: hue angle of 237.09º 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 #303AFE is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 58 | 254 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.00 |
| HSL | 237.09º | 0.99% | 0.59% | - |
| HSV(B) | 237.09º | 0.81% | 1% | - |
| XYZ | 20.62 | 10.81 | 94.77 | - |
| YUV | 77.35 | 227.69 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 254 | 0.81 | 0.77 | 0 | 0.00 | 237.09 | 0.99 | 0.59 |
| Hex | 30 | 3A | FE | 51 | 4D | 0 | 0 | ED | 63 | 3B |
| Octal | 60 | 72 | 376 | 121 | 115 | 0 | 0 | 355 | 143 | 73 |
| Binary | 110000 | 111010 | 11111110 | 1010001 | 1001101 | 0 | 0 | 11101101 | 1100011 | 111011 |
Color Harmonies of #303AFE
Complementary color
Monochromatic Colors of #303AFE
Black with #303AFE
Text Example
Text Example
White with #303AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303AFE; }
p { color: rgb(48,58,254); }
H1.HeaderClassName
{
color: #303AFE;
}
.AnyTagClassName
{
color: #303AFE;
}
</style>
background-color css
<style>
a { background-color: #303AFE; }
a { background-color: rgb(48,58,254); }
div.DivClassName
{
background-color: #303AFE;
}
.BgClassName
{
background-color: #303AFE;
}
</style>
border-color css
<style>
span { border-color: #303AFE; }
span { border-color: rgb(48,58,254); }
td.TdClassName
{
border-color: #303AFE;
}
.TagClassName
{
border-color: #303AFE;
}
</style>