Shades of Neon Blue #6143FD
Tints of Neon Blue #6143FD
RGB
CMYK
RGB Variations
Color information
#6143FD (or 0x6143FD) is known color: Neon Blue. HEX triplet: 61, 43 and FD. RGB value is (97,67,253). Sum of RGB (Red+Green+Blue) = 97+67+253=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #6143FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6143FD is #9EBC02. Grayscale: #606060. Windows color (decimal): -10402819 or 16597857. OLE color: 16597857.
HSL color Cylindrical-coordinate representation of color #6143FD: hue angle of 249.68º 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 #6143FD is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 67 | 253 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.01 |
| HSL | 249.68º | 0.98% | 0.63% | - |
| HSV(B) | 249.68º | 0.74% | 0.99% | - |
| XYZ | 24.67 | 13.65 | 94.26 | - |
| YUV | 97.17 | 215.94 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 67 | 253 | 0.62 | 0.74 | 0 | 0.01 | 249.68 | 0.98 | 0.63 |
| Hex | 61 | 43 | FD | 3E | 4A | 0 | 1 | FA | 62 | 3F |
| Octal | 141 | 103 | 375 | 76 | 112 | 0 | 1 | 372 | 142 | 77 |
| Binary | 1100001 | 1000011 | 11111101 | 111110 | 1001010 | 0 | 1 | 11111010 | 1100010 | 111111 |
Color Harmonies of #6143FD
Complementary color
Monochromatic Colors of #6143FD
Black with #6143FD
Text Example
Text Example
White with #6143FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6143FD; }
p { color: rgb(97,67,253); }
H1.HeaderClassName
{
color: #6143FD;
}
.AnyTagClassName
{
color: #6143FD;
}
</style>
background-color css
<style>
a { background-color: #6143FD; }
a { background-color: rgb(97,67,253); }
div.DivClassName
{
background-color: #6143FD;
}
.BgClassName
{
background-color: #6143FD;
}
</style>
border-color css
<style>
span { border-color: #6143FD; }
span { border-color: rgb(97,67,253); }
td.TdClassName
{
border-color: #6143FD;
}
.TagClassName
{
border-color: #6143FD;
}
</style>