Shades of Neon Blue #6443FD
Tints of Neon Blue #6443FD
RGB
CMYK
RGB Variations
Color information
#6443FD (or 0x6443FD) is known color: Neon Blue. HEX triplet: 64, 43 and FD. RGB value is (100,67,253). Sum of RGB (Red+Green+Blue) = 100+67+253=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #6443FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6443FD is #9BBC02. Grayscale: #616161. Windows color (decimal): -10206211 or 16597860. OLE color: 16597860.
HSL color Cylindrical-coordinate representation of color #6443FD: hue angle of 250.65º 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 #6443FD is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 67 | 253 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.01 |
| HSL | 250.65º | 0.98% | 0.63% | - |
| HSV(B) | 250.65º | 0.74% | 0.99% | - |
| XYZ | 24.99 | 13.82 | 94.28 | - |
| YUV | 98.07 | 215.43 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 253 | 0.60 | 0.74 | 0 | 0.01 | 250.65 | 0.98 | 0.63 |
| Hex | 64 | 43 | FD | 3C | 4A | 0 | 1 | FB | 62 | 3F |
| Octal | 144 | 103 | 375 | 74 | 112 | 0 | 1 | 373 | 142 | 77 |
| Binary | 1100100 | 1000011 | 11111101 | 111100 | 1001010 | 0 | 1 | 11111011 | 1100010 | 111111 |
Color Harmonies of #6443FD
Complementary color
Monochromatic Colors of #6443FD
Black with #6443FD
Text Example
Text Example
White with #6443FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6443FD; }
p { color: rgb(100,67,253); }
H1.HeaderClassName
{
color: #6443FD;
}
.AnyTagClassName
{
color: #6443FD;
}
</style>
background-color css
<style>
a { background-color: #6443FD; }
a { background-color: rgb(100,67,253); }
div.DivClassName
{
background-color: #6443FD;
}
.BgClassName
{
background-color: #6443FD;
}
</style>
border-color css
<style>
span { border-color: #6443FD; }
span { border-color: rgb(100,67,253); }
td.TdClassName
{
border-color: #6443FD;
}
.TagClassName
{
border-color: #6443FD;
}
</style>