Shades of Neon Blue #3431FF
Tints of Neon Blue #3431FF
RGB
CMYK
RGB Variations
Color information
#3431FF (or 0x3431FF) is known color: Neon Blue. HEX triplet: 34, 31 and FF. RGB value is (52,49,255). Sum of RGB (Red+Green+Blue) = 52+49+255=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #3431FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3431FF is #CBCE00. Grayscale: #484848. Windows color (decimal): -13356545 or 16724276. OLE color: 16724276.
HSL color Cylindrical-coordinate representation of color #3431FF: hue angle of 240.87º 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 #3431FF is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 49 | 255 | - |
| CMYK | 0.80 | 0.81 | 0 | 0 |
| HSL | 240.87º | 1% | 0.6% | - |
| HSV(B) | 240.87º | 0.81% | 1% | - |
| XYZ | 20.56 | 10.15 | 95.48 | - |
| YUV | 73.38 | 230.49 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 255 | 0.80 | 0.81 | 0 | 0 | 240.87 | 1 | 0.6 |
| Hex | 34 | 31 | FF | 50 | 51 | 0 | 0 | F1 | 64 | 3C |
| Octal | 64 | 61 | 377 | 120 | 121 | 0 | 0 | 361 | 144 | 74 |
| Binary | 110100 | 110001 | 11111111 | 1010000 | 1010001 | 0 | 0 | 11110001 | 1100100 | 111100 |
Color Harmonies of #3431FF
Complementary color
Monochromatic Colors of #3431FF
Black with #3431FF
Text Example
Text Example
White with #3431FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3431FF; }
p { color: rgb(52,49,255); }
H1.HeaderClassName
{
color: #3431FF;
}
.AnyTagClassName
{
color: #3431FF;
}
</style>
background-color css
<style>
a { background-color: #3431FF; }
a { background-color: rgb(52,49,255); }
div.DivClassName
{
background-color: #3431FF;
}
.BgClassName
{
background-color: #3431FF;
}
</style>
border-color css
<style>
span { border-color: #3431FF; }
span { border-color: rgb(52,49,255); }
td.TdClassName
{
border-color: #3431FF;
}
.TagClassName
{
border-color: #3431FF;
}
</style>