Shades of Neon Blue #4349FA
Tints of Neon Blue #4349FA
RGB
CMYK
RGB Variations
Color information
#4349FA (or 0x4349FA) is known color: Neon Blue. HEX triplet: 43, 49 and FA. RGB value is (67,73,250). Sum of RGB (Red+Green+Blue) = 67+73+250=390 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.18% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #4349FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4349FA is #BCB605. Grayscale: #5A5A5A. Windows color (decimal): -12367366 or 16402755. OLE color: 16402755.
HSL color Cylindrical-coordinate representation of color #4349FA: hue angle of 238.03º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4349FA is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 73 | 250 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.02 |
| HSL | 238.03º | 0.95% | 0.62% | - |
| HSV(B) | 238.03º | 0.73% | 0.98% | - |
| XYZ | 21.95 | 12.86 | 91.77 | - |
| YUV | 91.38 | 217.51 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 73 | 250 | 0.73 | 0.71 | 0 | 0.02 | 238.03 | 0.95 | 0.62 |
| Hex | 43 | 49 | FA | 49 | 47 | 0 | 2 | EE | 5F | 3E |
| Octal | 103 | 111 | 372 | 111 | 107 | 0 | 2 | 356 | 137 | 76 |
| Binary | 1000011 | 1001001 | 11111010 | 1001001 | 1000111 | 0 | 10 | 11101110 | 1011111 | 111110 |
Color Harmonies of #4349FA
Complementary color
Monochromatic Colors of #4349FA
Black with #4349FA
Text Example
Text Example
White with #4349FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4349FA; }
p { color: rgb(67,73,250); }
H1.HeaderClassName
{
color: #4349FA;
}
.AnyTagClassName
{
color: #4349FA;
}
</style>
background-color css
<style>
a { background-color: #4349FA; }
a { background-color: rgb(67,73,250); }
div.DivClassName
{
background-color: #4349FA;
}
.BgClassName
{
background-color: #4349FA;
}
</style>
border-color css
<style>
span { border-color: #4349FA; }
span { border-color: rgb(67,73,250); }
td.TdClassName
{
border-color: #4349FA;
}
.TagClassName
{
border-color: #4349FA;
}
</style>