Shades of Neon Blue #3053FF
Tints of Neon Blue #3053FF
RGB
CMYK
RGB Variations
Color information
#3053FF (or 0x3053FF) is known color: Neon Blue. HEX triplet: 30, 53 and FF. RGB value is (48,83,255). Sum of RGB (Red+Green+Blue) = 48+83+255=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #3053FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3053FF is #CFAC00. Grayscale: #5B5B5B. Windows color (decimal): -13609985 or 16732976. OLE color: 16732976.
HSL color Cylindrical-coordinate representation of color #3053FF: hue angle of 229.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3053FF is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 83 | 255 | - |
| CMYK | 0.81 | 0.67 | 0 | 0 |
| HSL | 229.86º | 1% | 0.59% | - |
| HSV(B) | 229.86º | 0.81% | 1% | - |
| XYZ | 22.36 | 14.03 | 96.14 | - |
| YUV | 92.14 | 219.9 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 255 | 0.81 | 0.67 | 0 | 0 | 229.86 | 1 | 0.59 |
| Hex | 30 | 53 | FF | 51 | 43 | 0 | 0 | E6 | 64 | 3B |
| Octal | 60 | 123 | 377 | 121 | 103 | 0 | 0 | 346 | 144 | 73 |
| Binary | 110000 | 1010011 | 11111111 | 1010001 | 1000011 | 0 | 0 | 11100110 | 1100100 | 111011 |
Color Harmonies of #3053FF
Complementary color
Monochromatic Colors of #3053FF
Black with #3053FF
Text Example
Text Example
White with #3053FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3053FF; }
p { color: rgb(48,83,255); }
H1.HeaderClassName
{
color: #3053FF;
}
.AnyTagClassName
{
color: #3053FF;
}
</style>
background-color css
<style>
a { background-color: #3053FF; }
a { background-color: rgb(48,83,255); }
div.DivClassName
{
background-color: #3053FF;
}
.BgClassName
{
background-color: #3053FF;
}
</style>
border-color css
<style>
span { border-color: #3053FF; }
span { border-color: rgb(48,83,255); }
td.TdClassName
{
border-color: #3053FF;
}
.TagClassName
{
border-color: #3053FF;
}
</style>