Shades of Neon Blue #6145FA
Tints of Neon Blue #6145FA
RGB
CMYK
RGB Variations
Color information
#6145FA (or 0x6145FA) is known color: Neon Blue. HEX triplet: 61, 45 and FA. RGB value is (97,69,250). Sum of RGB (Red+Green+Blue) = 97+69+250=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #6145FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6145FA is #9EBA05. Grayscale: #616161. Windows color (decimal): -10402310 or 16401761. OLE color: 16401761.
HSL color Cylindrical-coordinate representation of color #6145FA: hue angle of 249.28º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6145FA is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 69 | 250 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.02 |
| HSL | 249.28º | 0.95% | 0.63% | - |
| HSV(B) | 249.28º | 0.72% | 0.98% | - |
| XYZ | 24.31 | 13.7 | 91.81 | - |
| YUV | 98.01 | 213.78 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 69 | 250 | 0.61 | 0.72 | 0 | 0.02 | 249.28 | 0.95 | 0.63 |
| Hex | 61 | 45 | FA | 3D | 48 | 0 | 2 | F9 | 5F | 3F |
| Octal | 141 | 105 | 372 | 75 | 110 | 0 | 2 | 371 | 137 | 77 |
| Binary | 1100001 | 1000101 | 11111010 | 111101 | 1001000 | 0 | 10 | 11111001 | 1011111 | 111111 |
Color Harmonies of #6145FA
Complementary color
Monochromatic Colors of #6145FA
Black with #6145FA
Text Example
Text Example
White with #6145FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6145FA; }
p { color: rgb(97,69,250); }
H1.HeaderClassName
{
color: #6145FA;
}
.AnyTagClassName
{
color: #6145FA;
}
</style>
background-color css
<style>
a { background-color: #6145FA; }
a { background-color: rgb(97,69,250); }
div.DivClassName
{
background-color: #6145FA;
}
.BgClassName
{
background-color: #6145FA;
}
</style>
border-color css
<style>
span { border-color: #6145FA; }
span { border-color: rgb(97,69,250); }
td.TdClassName
{
border-color: #6145FA;
}
.TagClassName
{
border-color: #6145FA;
}
</style>