Shades of Neon Blue #3440F1
Tints of Neon Blue #3440F1
RGB
CMYK
RGB Variations
Color information
#3440F1 (or 0x3440F1) is known color: Neon Blue. HEX triplet: 34, 40 and F1. RGB value is (52,64,241). Sum of RGB (Red+Green+Blue) = 52+64+241=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 241 (94.53% from 255 or 67.51% from 357); Max value from RGB is 241 - color contains mainly: blue. Hex color #3440F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3440F1 is #CBBF0E. Grayscale: #4F4F4F. Windows color (decimal): -13352719 or 15810612. OLE color: 15810612.
HSL color Cylindrical-coordinate representation of color #3440F1: hue angle of 236.19º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3440F1 is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 64 | 241 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.05 |
| HSL | 236.19º | 0.87% | 0.57% | - |
| HSV(B) | 236.19º | 0.78% | 0.95% | - |
| XYZ | 19.13 | 10.75 | 84.29 | - |
| YUV | 80.59 | 218.52 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 241 | 0.78 | 0.73 | 0 | 0.05 | 236.19 | 0.87 | 0.57 |
| Hex | 34 | 40 | F1 | 4E | 49 | 0 | 5 | EC | 57 | 39 |
| Octal | 64 | 100 | 361 | 116 | 111 | 0 | 5 | 354 | 127 | 71 |
| Binary | 110100 | 1000000 | 11110001 | 1001110 | 1001001 | 0 | 101 | 11101100 | 1010111 | 111001 |
Color Harmonies of #3440F1
Complementary color
Monochromatic Colors of #3440F1
Black with #3440F1
Text Example
Text Example
White with #3440F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3440F1; }
p { color: rgb(52,64,241); }
H1.HeaderClassName
{
color: #3440F1;
}
.AnyTagClassName
{
color: #3440F1;
}
</style>
background-color css
<style>
a { background-color: #3440F1; }
a { background-color: rgb(52,64,241); }
div.DivClassName
{
background-color: #3440F1;
}
.BgClassName
{
background-color: #3440F1;
}
</style>
border-color css
<style>
span { border-color: #3440F1; }
span { border-color: rgb(52,64,241); }
td.TdClassName
{
border-color: #3440F1;
}
.TagClassName
{
border-color: #3440F1;
}
</style>