Shades of Neon Blue #3051FE
Tints of Neon Blue #3051FE
RGB
CMYK
RGB Variations
Color information
#3051FE (or 0x3051FE) is known color: Neon Blue. HEX triplet: 30, 51 and FE. RGB value is (48,81,254). Sum of RGB (Red+Green+Blue) = 48+81+254=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #3051FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3051FE is #CFAE01. Grayscale: #5A5A5A. Windows color (decimal): -13610498 or 16666928. OLE color: 16666928.
HSL color Cylindrical-coordinate representation of color #3051FE: hue angle of 230.39º 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 #3051FE is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 81 | 254 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.00 |
| HSL | 230.39º | 0.99% | 0.59% | - |
| HSV(B) | 230.39º | 0.81% | 1% | - |
| XYZ | 22.05 | 13.67 | 95.24 | - |
| YUV | 90.86 | 220.07 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 254 | 0.81 | 0.68 | 0 | 0.00 | 230.39 | 0.99 | 0.59 |
| Hex | 30 | 51 | FE | 51 | 44 | 0 | 0 | E6 | 63 | 3B |
| Octal | 60 | 121 | 376 | 121 | 104 | 0 | 0 | 346 | 143 | 73 |
| Binary | 110000 | 1010001 | 11111110 | 1010001 | 1000100 | 0 | 0 | 11100110 | 1100011 | 111011 |
Color Harmonies of #3051FE
Complementary color
Monochromatic Colors of #3051FE
Black with #3051FE
Text Example
Text Example
White with #3051FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3051FE; }
p { color: rgb(48,81,254); }
H1.HeaderClassName
{
color: #3051FE;
}
.AnyTagClassName
{
color: #3051FE;
}
</style>
background-color css
<style>
a { background-color: #3051FE; }
a { background-color: rgb(48,81,254); }
div.DivClassName
{
background-color: #3051FE;
}
.BgClassName
{
background-color: #3051FE;
}
</style>
border-color css
<style>
span { border-color: #3051FE; }
span { border-color: rgb(48,81,254); }
td.TdClassName
{
border-color: #3051FE;
}
.TagClassName
{
border-color: #3051FE;
}
</style>