Shades of Neon Blue #6C43FD
Tints of Neon Blue #6C43FD
RGB
CMYK
RGB Variations
Color information
#6C43FD (or 0x6C43FD) is known color: Neon Blue. HEX triplet: 6C, 43 and FD. RGB value is (108,67,253). Sum of RGB (Red+Green+Blue) = 108+67+253=428 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.23% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C43FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C43FD is #93BC02. Grayscale: #636363. Windows color (decimal): -9681923 or 16597868. OLE color: 16597868.
HSL color Cylindrical-coordinate representation of color #6C43FD: hue angle of 253.23º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C43FD is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 67 | 253 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.01 |
| HSL | 253.23º | 0.98% | 0.63% | - |
| HSV(B) | 253.23º | 0.74% | 0.99% | - |
| XYZ | 25.92 | 14.29 | 94.32 | - |
| YUV | 100.46 | 214.08 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 67 | 253 | 0.57 | 0.74 | 0 | 0.01 | 253.23 | 0.98 | 0.63 |
| Hex | 6C | 43 | FD | 39 | 4A | 0 | 1 | FD | 62 | 3F |
| Octal | 154 | 103 | 375 | 71 | 112 | 0 | 1 | 375 | 142 | 77 |
| Binary | 1101100 | 1000011 | 11111101 | 111001 | 1001010 | 0 | 1 | 11111101 | 1100010 | 111111 |
Color Harmonies of #6C43FD
Complementary color
Monochromatic Colors of #6C43FD
Black with #6C43FD
Text Example
Text Example
White with #6C43FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C43FD; }
p { color: rgb(108,67,253); }
H1.HeaderClassName
{
color: #6C43FD;
}
.AnyTagClassName
{
color: #6C43FD;
}
</style>
background-color css
<style>
a { background-color: #6C43FD; }
a { background-color: rgb(108,67,253); }
div.DivClassName
{
background-color: #6C43FD;
}
.BgClassName
{
background-color: #6C43FD;
}
</style>
border-color css
<style>
span { border-color: #6C43FD; }
span { border-color: rgb(108,67,253); }
td.TdClassName
{
border-color: #6C43FD;
}
.TagClassName
{
border-color: #6C43FD;
}
</style>