Shades of Neon Blue #6453FA
Tints of Neon Blue #6453FA
RGB
CMYK
RGB Variations
Color information
#6453FA (or 0x6453FA) is known color: Neon Blue. HEX triplet: 64, 53 and FA. RGB value is (100,83,250). Sum of RGB (Red+Green+Blue) = 100+83+250=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #6453FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6453FA is #9BAC05. Grayscale: #6A6A6A. Windows color (decimal): -10202118 or 16405348. OLE color: 16405348.
HSL color Cylindrical-coordinate representation of color #6453FA: hue angle of 246.11º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6453FA is Cyan = 0.6, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 83 | 250 | - |
| CMYK | 0.6 | 0.67 | 0 | 0.02 |
| HSL | 246.11º | 0.94% | 0.65% | - |
| HSV(B) | 246.11º | 0.67% | 0.98% | - |
| XYZ | 25.6 | 15.8 | 92.14 | - |
| YUV | 107.12 | 208.63 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 250 | 0.6 | 0.67 | 0 | 0.02 | 246.11 | 0.94 | 0.65 |
| Hex | 64 | 53 | FA | 3C | 43 | 0 | 2 | F6 | 5E | 41 |
| Octal | 144 | 123 | 372 | 74 | 103 | 0 | 2 | 366 | 136 | 101 |
| Binary | 1100100 | 1010011 | 11111010 | 111100 | 1000011 | 0 | 10 | 11110110 | 1011110 | 1000001 |
Color Harmonies of #6453FA
Complementary color
Monochromatic Colors of #6453FA
Black with #6453FA
Text Example
Text Example
White with #6453FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6453FA; }
p { color: rgb(100,83,250); }
H1.HeaderClassName
{
color: #6453FA;
}
.AnyTagClassName
{
color: #6453FA;
}
</style>
background-color css
<style>
a { background-color: #6453FA; }
a { background-color: rgb(100,83,250); }
div.DivClassName
{
background-color: #6453FA;
}
.BgClassName
{
background-color: #6453FA;
}
</style>
border-color css
<style>
span { border-color: #6453FA; }
span { border-color: rgb(100,83,250); }
td.TdClassName
{
border-color: #6453FA;
}
.TagClassName
{
border-color: #6453FA;
}
</style>