Shades of Neon Blue #3059FF
Tints of Neon Blue #3059FF
RGB
CMYK
RGB Variations
Color information
#3059FF (or 0x3059FF) is known color: Neon Blue. HEX triplet: 30, 59 and FF. RGB value is (48,89,255). Sum of RGB (Red+Green+Blue) = 48+89+255=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #3059FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3059FF is #CFA600. Grayscale: #5E5E5E. Windows color (decimal): -13608449 or 16734512. OLE color: 16734512.
HSL color Cylindrical-coordinate representation of color #3059FF: hue angle of 228.12º 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 #3059FF is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 89 | 255 | - |
| CMYK | 0.81 | 0.65 | 0 | 0 |
| HSL | 228.12º | 1% | 0.59% | - |
| HSV(B) | 228.12º | 0.81% | 1% | - |
| XYZ | 22.84 | 14.99 | 96.3 | - |
| YUV | 95.67 | 217.92 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 255 | 0.81 | 0.65 | 0 | 0 | 228.12 | 1 | 0.59 |
| Hex | 30 | 59 | FF | 51 | 41 | 0 | 0 | E4 | 64 | 3B |
| Octal | 60 | 131 | 377 | 121 | 101 | 0 | 0 | 344 | 144 | 73 |
| Binary | 110000 | 1011001 | 11111111 | 1010001 | 1000001 | 0 | 0 | 11100100 | 1100100 | 111011 |
Color Harmonies of #3059FF
Complementary color
Monochromatic Colors of #3059FF
Black with #3059FF
Text Example
Text Example
White with #3059FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3059FF; }
p { color: rgb(48,89,255); }
H1.HeaderClassName
{
color: #3059FF;
}
.AnyTagClassName
{
color: #3059FF;
}
</style>
background-color css
<style>
a { background-color: #3059FF; }
a { background-color: rgb(48,89,255); }
div.DivClassName
{
background-color: #3059FF;
}
.BgClassName
{
background-color: #3059FF;
}
</style>
border-color css
<style>
span { border-color: #3059FF; }
span { border-color: rgb(48,89,255); }
td.TdClassName
{
border-color: #3059FF;
}
.TagClassName
{
border-color: #3059FF;
}
</style>