Shades of Neon Blue #6C40FA
Tints of Neon Blue #6C40FA
RGB
CMYK
RGB Variations
Color information
#6C40FA (or 0x6C40FA) is known color: Neon Blue. HEX triplet: 6C, 40 and FA. RGB value is (108,64,250). Sum of RGB (Red+Green+Blue) = 108+64+250=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C40FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C40FA is #93BF05. Grayscale: #616161. Windows color (decimal): -9682694 or 16400492. OLE color: 16400492.
HSL color Cylindrical-coordinate representation of color #6C40FA: hue angle of 254.19º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C40FA is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 64 | 250 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.02 |
| HSL | 254.19º | 0.95% | 0.62% | - |
| HSV(B) | 254.19º | 0.74% | 0.98% | - |
| XYZ | 25.27 | 13.76 | 91.77 | - |
| YUV | 98.36 | 213.58 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 64 | 250 | 0.57 | 0.74 | 0 | 0.02 | 254.19 | 0.95 | 0.62 |
| Hex | 6C | 40 | FA | 39 | 4A | 0 | 2 | FE | 5F | 3E |
| Octal | 154 | 100 | 372 | 71 | 112 | 0 | 2 | 376 | 137 | 76 |
| Binary | 1101100 | 1000000 | 11111010 | 111001 | 1001010 | 0 | 10 | 11111110 | 1011111 | 111110 |
Color Harmonies of #6C40FA
Complementary color
Monochromatic Colors of #6C40FA
Black with #6C40FA
Text Example
Text Example
White with #6C40FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C40FA; }
p { color: rgb(108,64,250); }
H1.HeaderClassName
{
color: #6C40FA;
}
.AnyTagClassName
{
color: #6C40FA;
}
</style>
background-color css
<style>
a { background-color: #6C40FA; }
a { background-color: rgb(108,64,250); }
div.DivClassName
{
background-color: #6C40FA;
}
.BgClassName
{
background-color: #6C40FA;
}
</style>
border-color css
<style>
span { border-color: #6C40FA; }
span { border-color: rgb(108,64,250); }
td.TdClassName
{
border-color: #6C40FA;
}
.TagClassName
{
border-color: #6C40FA;
}
</style>