Shades of Neon Blue #3036FE
Tints of Neon Blue #3036FE
RGB
CMYK
RGB Variations
Color information
#3036FE (or 0x3036FE) is known color: Neon Blue. HEX triplet: 30, 36 and FE. RGB value is (48,54,254). Sum of RGB (Red+Green+Blue) = 48+54+254=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #3036FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3036FE is #CFC901. Grayscale: #4A4A4A. Windows color (decimal): -13617410 or 16660016. OLE color: 16660016.
HSL color Cylindrical-coordinate representation of color #3036FE: hue angle of 238.25º 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 #3036FE is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 54 | 254 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.00 |
| HSL | 238.25º | 0.99% | 0.59% | - |
| HSV(B) | 238.25º | 0.81% | 1% | - |
| XYZ | 20.43 | 10.42 | 94.7 | - |
| YUV | 75.01 | 229.01 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 254 | 0.81 | 0.79 | 0 | 0.00 | 238.25 | 0.99 | 0.59 |
| Hex | 30 | 36 | FE | 51 | 4F | 0 | 0 | EE | 63 | 3B |
| Octal | 60 | 66 | 376 | 121 | 117 | 0 | 0 | 356 | 143 | 73 |
| Binary | 110000 | 110110 | 11111110 | 1010001 | 1001111 | 0 | 0 | 11101110 | 1100011 | 111011 |
Color Harmonies of #3036FE
Complementary color
Monochromatic Colors of #3036FE
Black with #3036FE
Text Example
Text Example
White with #3036FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3036FE; }
p { color: rgb(48,54,254); }
H1.HeaderClassName
{
color: #3036FE;
}
.AnyTagClassName
{
color: #3036FE;
}
</style>
background-color css
<style>
a { background-color: #3036FE; }
a { background-color: rgb(48,54,254); }
div.DivClassName
{
background-color: #3036FE;
}
.BgClassName
{
background-color: #3036FE;
}
</style>
border-color css
<style>
span { border-color: #3036FE; }
span { border-color: rgb(48,54,254); }
td.TdClassName
{
border-color: #3036FE;
}
.TagClassName
{
border-color: #3036FE;
}
</style>