Shades of Neon Blue #4348EF
Tints of Neon Blue #4348EF
RGB
CMYK
RGB Variations
Color information
#4348EF (or 0x4348EF) is known color: Neon Blue. HEX triplet: 43, 48 and EF. RGB value is (67,72,239). Sum of RGB (Red+Green+Blue) = 67+72+239=378 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.72% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #4348EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4348EF is #BCB710. Grayscale: #585858. Windows color (decimal): -12367633 or 15681603. OLE color: 15681603.
HSL color Cylindrical-coordinate representation of color #4348EF: hue angle of 238.26º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4348EF is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 72 | 239 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.06 |
| HSL | 238.26º | 0.84% | 0.6% | - |
| HSV(B) | 238.26º | 0.72% | 0.94% | - |
| XYZ | 20.21 | 12.06 | 82.92 | - |
| YUV | 89.54 | 212.34 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 72 | 239 | 0.72 | 0.70 | 0 | 0.06 | 238.26 | 0.84 | 0.6 |
| Hex | 43 | 48 | EF | 48 | 46 | 0 | 6 | EE | 54 | 3C |
| Octal | 103 | 110 | 357 | 110 | 106 | 0 | 6 | 356 | 124 | 74 |
| Binary | 1000011 | 1001000 | 11101111 | 1001000 | 1000110 | 0 | 110 | 11101110 | 1010100 | 111100 |
Color Harmonies of #4348EF
Complementary color
Monochromatic Colors of #4348EF
Black with #4348EF
Text Example
Text Example
White with #4348EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4348EF; }
p { color: rgb(67,72,239); }
H1.HeaderClassName
{
color: #4348EF;
}
.AnyTagClassName
{
color: #4348EF;
}
</style>
background-color css
<style>
a { background-color: #4348EF; }
a { background-color: rgb(67,72,239); }
div.DivClassName
{
background-color: #4348EF;
}
.BgClassName
{
background-color: #4348EF;
}
</style>
border-color css
<style>
span { border-color: #4348EF; }
span { border-color: rgb(67,72,239); }
td.TdClassName
{
border-color: #4348EF;
}
.TagClassName
{
border-color: #4348EF;
}
</style>