Shades of Neon Blue #6453FC
Tints of Neon Blue #6453FC
RGB
CMYK
RGB Variations
Color information
#6453FC (or 0x6453FC) is known color: Neon Blue. HEX triplet: 64, 53 and FC. RGB value is (100,83,252). Sum of RGB (Red+Green+Blue) = 100+83+252=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #6453FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6453FC is #9BAC03. Grayscale: #6A6A6A. Windows color (decimal): -10202116 or 16536420. OLE color: 16536420.
HSL color Cylindrical-coordinate representation of color #6453FC: hue angle of 246.04º degrees, saturation: 0.97, 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 #6453FC is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 83 | 252 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.01 |
| HSL | 246.04º | 0.97% | 0.66% | - |
| HSV(B) | 246.04º | 0.67% | 0.99% | - |
| XYZ | 25.92 | 15.92 | 93.8 | - |
| YUV | 107.35 | 209.63 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 252 | 0.60 | 0.67 | 0 | 0.01 | 246.04 | 0.97 | 0.66 |
| Hex | 64 | 53 | FC | 3C | 43 | 0 | 1 | F6 | 61 | 42 |
| Octal | 144 | 123 | 374 | 74 | 103 | 0 | 1 | 366 | 141 | 102 |
| Binary | 1100100 | 1010011 | 11111100 | 111100 | 1000011 | 0 | 1 | 11110110 | 1100001 | 1000010 |
Color Harmonies of #6453FC
Complementary color
Monochromatic Colors of #6453FC
Black with #6453FC
Text Example
Text Example
White with #6453FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6453FC; }
p { color: rgb(100,83,252); }
H1.HeaderClassName
{
color: #6453FC;
}
.AnyTagClassName
{
color: #6453FC;
}
</style>
background-color css
<style>
a { background-color: #6453FC; }
a { background-color: rgb(100,83,252); }
div.DivClassName
{
background-color: #6453FC;
}
.BgClassName
{
background-color: #6453FC;
}
</style>
border-color css
<style>
span { border-color: #6453FC; }
span { border-color: rgb(100,83,252); }
td.TdClassName
{
border-color: #6453FC;
}
.TagClassName
{
border-color: #6453FC;
}
</style>