Shades of Neon Blue #3053FE
Tints of Neon Blue #3053FE
RGB
CMYK
RGB Variations
Color information
#3053FE (or 0x3053FE) is known color: Neon Blue. HEX triplet: 30, 53 and FE. RGB value is (48,83,254). Sum of RGB (Red+Green+Blue) = 48+83+254=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #3053FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3053FE is #CFAC01. Grayscale: #5B5B5B. Windows color (decimal): -13609986 or 16667440. OLE color: 16667440.
HSL color Cylindrical-coordinate representation of color #3053FE: hue angle of 229.81º 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 #3053FE is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 83 | 254 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.00 |
| HSL | 229.81º | 0.99% | 0.59% | - |
| HSV(B) | 229.81º | 0.81% | 1% | - |
| XYZ | 22.2 | 13.97 | 95.29 | - |
| YUV | 92.03 | 219.4 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 254 | 0.81 | 0.67 | 0 | 0.00 | 229.81 | 0.99 | 0.59 |
| Hex | 30 | 53 | FE | 51 | 43 | 0 | 0 | E6 | 63 | 3B |
| Octal | 60 | 123 | 376 | 121 | 103 | 0 | 0 | 346 | 143 | 73 |
| Binary | 110000 | 1010011 | 11111110 | 1010001 | 1000011 | 0 | 0 | 11100110 | 1100011 | 111011 |
Color Harmonies of #3053FE
Complementary color
Monochromatic Colors of #3053FE
Black with #3053FE
Text Example
Text Example
White with #3053FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3053FE; }
p { color: rgb(48,83,254); }
H1.HeaderClassName
{
color: #3053FE;
}
.AnyTagClassName
{
color: #3053FE;
}
</style>
background-color css
<style>
a { background-color: #3053FE; }
a { background-color: rgb(48,83,254); }
div.DivClassName
{
background-color: #3053FE;
}
.BgClassName
{
background-color: #3053FE;
}
</style>
border-color css
<style>
span { border-color: #3053FE; }
span { border-color: rgb(48,83,254); }
td.TdClassName
{
border-color: #3053FE;
}
.TagClassName
{
border-color: #3053FE;
}
</style>