Shades of Neon Blue #344AF1
Tints of Neon Blue #344AF1
RGB
CMYK
RGB Variations
Color information
#344AF1 (or 0x344AF1) is known color: Neon Blue. HEX triplet: 34, 4A and F1. RGB value is (52,74,241). Sum of RGB (Red+Green+Blue) = 52+74+241=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 241 (94.53% from 255 or 65.67% from 367); Max value from RGB is 241 - color contains mainly: blue. Hex color #344AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #344AF1 is #CBB50E. Grayscale: #555555. Windows color (decimal): -13350159 or 15813172. OLE color: 15813172.
HSL color Cylindrical-coordinate representation of color #344AF1: hue angle of 233.02º 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 #344AF1 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 74 | 241 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.05 |
| HSL | 233.02º | 0.87% | 0.57% | - |
| HSV(B) | 233.02º | 0.78% | 0.95% | - |
| XYZ | 19.74 | 11.98 | 84.49 | - |
| YUV | 86.46 | 215.21 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 241 | 0.78 | 0.69 | 0 | 0.05 | 233.02 | 0.87 | 0.57 |
| Hex | 34 | 4A | F1 | 4E | 45 | 0 | 5 | E9 | 57 | 39 |
| Octal | 64 | 112 | 361 | 116 | 105 | 0 | 5 | 351 | 127 | 71 |
| Binary | 110100 | 1001010 | 11110001 | 1001110 | 1000101 | 0 | 101 | 11101001 | 1010111 | 111001 |
Color Harmonies of #344AF1
Complementary color
Monochromatic Colors of #344AF1
Black with #344AF1
Text Example
Text Example
White with #344AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344AF1; }
p { color: rgb(52,74,241); }
H1.HeaderClassName
{
color: #344AF1;
}
.AnyTagClassName
{
color: #344AF1;
}
</style>
background-color css
<style>
a { background-color: #344AF1; }
a { background-color: rgb(52,74,241); }
div.DivClassName
{
background-color: #344AF1;
}
.BgClassName
{
background-color: #344AF1;
}
</style>
border-color css
<style>
span { border-color: #344AF1; }
span { border-color: rgb(52,74,241); }
td.TdClassName
{
border-color: #344AF1;
}
.TagClassName
{
border-color: #344AF1;
}
</style>