Shades of Neon Blue #6453FD
Tints of Neon Blue #6453FD
RGB
CMYK
RGB Variations
Color information
#6453FD (or 0x6453FD) is known color: Neon Blue. HEX triplet: 64, 53 and FD. RGB value is (100,83,253). Sum of RGB (Red+Green+Blue) = 100+83+253=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #6453FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6453FD is #9BAC02. Grayscale: #6A6A6A. Windows color (decimal): -10202115 or 16601956. OLE color: 16601956.
HSL color Cylindrical-coordinate representation of color #6453FD: hue angle of 246º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6453FD is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 83 | 253 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.01 |
| HSL | 246º | 0.98% | 0.66% | - |
| HSV(B) | 246º | 0.67% | 0.99% | - |
| XYZ | 26.08 | 15.99 | 94.64 | - |
| YUV | 107.46 | 210.13 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 253 | 0.60 | 0.67 | 0 | 0.01 | 246 | 0.98 | 0.66 |
| Hex | 64 | 53 | FD | 3C | 43 | 0 | 1 | F6 | 62 | 42 |
| Octal | 144 | 123 | 375 | 74 | 103 | 0 | 1 | 366 | 142 | 102 |
| Binary | 1100100 | 1010011 | 11111101 | 111100 | 1000011 | 0 | 1 | 11110110 | 1100010 | 1000010 |
Color Harmonies of #6453FD
Complementary color
Monochromatic Colors of #6453FD
Black with #6453FD
Text Example
Text Example
White with #6453FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6453FD; }
p { color: rgb(100,83,253); }
H1.HeaderClassName
{
color: #6453FD;
}
.AnyTagClassName
{
color: #6453FD;
}
</style>
background-color css
<style>
a { background-color: #6453FD; }
a { background-color: rgb(100,83,253); }
div.DivClassName
{
background-color: #6453FD;
}
.BgClassName
{
background-color: #6453FD;
}
</style>
border-color css
<style>
span { border-color: #6453FD; }
span { border-color: rgb(100,83,253); }
td.TdClassName
{
border-color: #6453FD;
}
.TagClassName
{
border-color: #6453FD;
}
</style>