Shades of Neon Blue #4347F0
Tints of Neon Blue #4347F0
RGB
CMYK
RGB Variations
Color information
#4347F0 (or 0x4347F0) is known color: Neon Blue. HEX triplet: 43, 47 and F0. RGB value is (67,71,240). Sum of RGB (Red+Green+Blue) = 67+71+240=378 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.72% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 240 (94.14% from 255 or 63.49% from 378); Max value from RGB is 240 - color contains mainly: blue. Hex color #4347F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4347F0 is #BCB80F. Grayscale: #585858. Windows color (decimal): -12367888 or 15746883. OLE color: 15746883.
HSL color Cylindrical-coordinate representation of color #4347F0: hue angle of 238.61º degrees, saturation: 0.85, 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 #4347F0 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 71 | 240 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.06 |
| HSL | 238.61º | 0.85% | 0.6% | - |
| HSV(B) | 238.61º | 0.72% | 0.94% | - |
| XYZ | 20.3 | 11.99 | 83.68 | - |
| YUV | 89.07 | 213.17 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 240 | 0.72 | 0.70 | 0 | 0.06 | 238.61 | 0.85 | 0.6 |
| Hex | 43 | 47 | F0 | 48 | 46 | 0 | 6 | EF | 55 | 3C |
| Octal | 103 | 107 | 360 | 110 | 106 | 0 | 6 | 357 | 125 | 74 |
| Binary | 1000011 | 1000111 | 11110000 | 1001000 | 1000110 | 0 | 110 | 11101111 | 1010101 | 111100 |
Color Harmonies of #4347F0
Complementary color
Monochromatic Colors of #4347F0
Black with #4347F0
Text Example
Text Example
White with #4347F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4347F0; }
p { color: rgb(67,71,240); }
H1.HeaderClassName
{
color: #4347F0;
}
.AnyTagClassName
{
color: #4347F0;
}
</style>
background-color css
<style>
a { background-color: #4347F0; }
a { background-color: rgb(67,71,240); }
div.DivClassName
{
background-color: #4347F0;
}
.BgClassName
{
background-color: #4347F0;
}
</style>
border-color css
<style>
span { border-color: #4347F0; }
span { border-color: rgb(67,71,240); }
td.TdClassName
{
border-color: #4347F0;
}
.TagClassName
{
border-color: #4347F0;
}
</style>