Shades of Neon Blue #3254FF
Tints of Neon Blue #3254FF
RGB
CMYK
RGB Variations
Color information
#3254FF (or 0x3254FF) is known color: Neon Blue. HEX triplet: 32, 54 and FF. RGB value is (50,84,255). Sum of RGB (Red+Green+Blue) = 50+84+255=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #3254FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3254FF is #CDAB00. Grayscale: #5C5C5C. Windows color (decimal): -13478657 or 16733234. OLE color: 16733234.
HSL color Cylindrical-coordinate representation of color #3254FF: hue angle of 230.05º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3254FF is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 84 | 255 | - |
| CMYK | 0.80 | 0.67 | 0 | 0 |
| HSL | 230.05º | 1% | 0.6% | - |
| HSV(B) | 230.05º | 0.8% | 1% | - |
| XYZ | 22.54 | 14.24 | 96.17 | - |
| YUV | 93.33 | 219.24 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 255 | 0.80 | 0.67 | 0 | 0 | 230.05 | 1 | 0.6 |
| Hex | 32 | 54 | FF | 50 | 43 | 0 | 0 | E6 | 64 | 3C |
| Octal | 62 | 124 | 377 | 120 | 103 | 0 | 0 | 346 | 144 | 74 |
| Binary | 110010 | 1010100 | 11111111 | 1010000 | 1000011 | 0 | 0 | 11100110 | 1100100 | 111100 |
Color Harmonies of #3254FF
Complementary color
Monochromatic Colors of #3254FF
Black with #3254FF
Text Example
Text Example
White with #3254FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3254FF; }
p { color: rgb(50,84,255); }
H1.HeaderClassName
{
color: #3254FF;
}
.AnyTagClassName
{
color: #3254FF;
}
</style>
background-color css
<style>
a { background-color: #3254FF; }
a { background-color: rgb(50,84,255); }
div.DivClassName
{
background-color: #3254FF;
}
.BgClassName
{
background-color: #3254FF;
}
</style>
border-color css
<style>
span { border-color: #3254FF; }
span { border-color: rgb(50,84,255); }
td.TdClassName
{
border-color: #3254FF;
}
.TagClassName
{
border-color: #3254FF;
}
</style>