Shades of Neon Blue #6C47F8
Tints of Neon Blue #6C47F8
RGB
CMYK
RGB Variations
Color information
#6C47F8 (or 0x6C47F8) is known color: Neon Blue. HEX triplet: 6C, 47 and F8. RGB value is (108,71,248). Sum of RGB (Red+Green+Blue) = 108+71+248=427 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.29% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 248 (97.27% from 255 or 58.08% from 427); Max value from RGB is 248 - color contains mainly: blue. Hex color #6C47F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C47F8 is #93B807. Grayscale: #656565. Windows color (decimal): -9680904 or 16271212. OLE color: 16271212.
HSL color Cylindrical-coordinate representation of color #6C47F8: hue angle of 252.54º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C47F8 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 108 | 71 | 248 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.03 |
| HSL | 252.54º | 0.93% | 0.63% | - |
| HSV(B) | 252.54º | 0.71% | 0.97% | - |
| XYZ | 25.38 | 14.47 | 90.26 | - |
| YUV | 102.24 | 210.26 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 248 | 0.56 | 0.71 | 0 | 0.03 | 252.54 | 0.93 | 0.63 |
| Hex | 6C | 47 | F8 | 38 | 47 | 0 | 3 | FD | 5D | 3F |
| Octal | 154 | 107 | 370 | 70 | 107 | 0 | 3 | 375 | 135 | 77 |
| Binary | 1101100 | 1000111 | 11111000 | 111000 | 1000111 | 0 | 11 | 11111101 | 1011101 | 111111 |
Color Harmonies of #6C47F8
Complementary color
Monochromatic Colors of #6C47F8
Black with #6C47F8
Text Example
Text Example
White with #6C47F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C47F8; }
p { color: rgb(108,71,248); }
H1.HeaderClassName
{
color: #6C47F8;
}
.AnyTagClassName
{
color: #6C47F8;
}
</style>
background-color css
<style>
a { background-color: #6C47F8; }
a { background-color: rgb(108,71,248); }
div.DivClassName
{
background-color: #6C47F8;
}
.BgClassName
{
background-color: #6C47F8;
}
</style>
border-color css
<style>
span { border-color: #6C47F8; }
span { border-color: rgb(108,71,248); }
td.TdClassName
{
border-color: #6C47F8;
}
.TagClassName
{
border-color: #6C47F8;
}
</style>