Shades of Neon Blue #4349FF
Tints of Neon Blue #4349FF
RGB
CMYK
RGB Variations
Color information
#4349FF (or 0x4349FF) is known color: Neon Blue. HEX triplet: 43, 49 and FF. RGB value is (67,73,255). Sum of RGB (Red+Green+Blue) = 67+73+255=395 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.96% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #4349FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4349FF is #BCB600. Grayscale: #5B5B5B. Windows color (decimal): -12367361 or 16730435. OLE color: 16730435.
HSL color Cylindrical-coordinate representation of color #4349FF: hue angle of 238.09º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4349FF is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 73 | 255 | - |
| CMYK | 0.74 | 0.71 | 0 | 0 |
| HSL | 238.09º | 1% | 0.63% | - |
| HSV(B) | 238.09º | 0.74% | 1% | - |
| XYZ | 22.75 | 13.18 | 95.95 | - |
| YUV | 91.95 | 220.01 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 255 | 0.74 | 0.71 | 0 | 0 | 238.09 | 1 | 0.63 |
| Hex | 43 | 49 | FF | 4A | 47 | 0 | 0 | EE | 64 | 3F |
| Octal | 103 | 111 | 377 | 112 | 107 | 0 | 0 | 356 | 144 | 77 |
| Binary | 1000011 | 1001001 | 11111111 | 1001010 | 1000111 | 0 | 0 | 11101110 | 1100100 | 111111 |
Color Harmonies of #4349FF
Complementary color
Monochromatic Colors of #4349FF
Black with #4349FF
Text Example
Text Example
White with #4349FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4349FF; }
p { color: rgb(67,73,255); }
H1.HeaderClassName
{
color: #4349FF;
}
.AnyTagClassName
{
color: #4349FF;
}
</style>
background-color css
<style>
a { background-color: #4349FF; }
a { background-color: rgb(67,73,255); }
div.DivClassName
{
background-color: #4349FF;
}
.BgClassName
{
background-color: #4349FF;
}
</style>
border-color css
<style>
span { border-color: #4349FF; }
span { border-color: rgb(67,73,255); }
td.TdClassName
{
border-color: #4349FF;
}
.TagClassName
{
border-color: #4349FF;
}
</style>