Shades of Neon Blue #3153FF
Tints of Neon Blue #3153FF
RGB
CMYK
RGB Variations
Color information
#3153FF (or 0x3153FF) is known color: Neon Blue. HEX triplet: 31, 53 and FF. RGB value is (49,83,255). Sum of RGB (Red+Green+Blue) = 49+83+255=387 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.66% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #3153FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3153FF is #CEAC00. Grayscale: #5B5B5B. Windows color (decimal): -13544449 or 16732977. OLE color: 16732977.
HSL color Cylindrical-coordinate representation of color #3153FF: hue angle of 230.1º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3153FF is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 83 | 255 | - |
| CMYK | 0.81 | 0.67 | 0 | 0 |
| HSL | 230.1º | 1% | 0.6% | - |
| HSV(B) | 230.1º | 0.81% | 1% | - |
| XYZ | 22.41 | 14.06 | 96.14 | - |
| YUV | 92.44 | 219.74 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 255 | 0.81 | 0.67 | 0 | 0 | 230.1 | 1 | 0.6 |
| Hex | 31 | 53 | FF | 51 | 43 | 0 | 0 | E6 | 64 | 3C |
| Octal | 61 | 123 | 377 | 121 | 103 | 0 | 0 | 346 | 144 | 74 |
| Binary | 110001 | 1010011 | 11111111 | 1010001 | 1000011 | 0 | 0 | 11100110 | 1100100 | 111100 |
Color Harmonies of #3153FF
Complementary color
Monochromatic Colors of #3153FF
Black with #3153FF
Text Example
Text Example
White with #3153FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3153FF; }
p { color: rgb(49,83,255); }
H1.HeaderClassName
{
color: #3153FF;
}
.AnyTagClassName
{
color: #3153FF;
}
</style>
background-color css
<style>
a { background-color: #3153FF; }
a { background-color: rgb(49,83,255); }
div.DivClassName
{
background-color: #3153FF;
}
.BgClassName
{
background-color: #3153FF;
}
</style>
border-color css
<style>
span { border-color: #3153FF; }
span { border-color: rgb(49,83,255); }
td.TdClassName
{
border-color: #3153FF;
}
.TagClassName
{
border-color: #3153FF;
}
</style>