Shades of Neon Blue #6452FD
Tints of Neon Blue #6452FD
RGB
CMYK
RGB Variations
Color information
#6452FD (or 0x6452FD) is known color: Neon Blue. HEX triplet: 64, 52 and FD. RGB value is (100,82,253). Sum of RGB (Red+Green+Blue) = 100+82+253=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #6452FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6452FD is #9BAD02. Grayscale: #6A6A6A. Windows color (decimal): -10202371 or 16601700. OLE color: 16601700.
HSL color Cylindrical-coordinate representation of color #6452FD: hue angle of 246.32º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6452FD is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 82 | 253 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.01 |
| HSL | 246.32º | 0.98% | 0.66% | - |
| HSV(B) | 246.32º | 0.68% | 0.99% | - |
| XYZ | 26 | 15.84 | 94.61 | - |
| YUV | 106.88 | 210.46 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 82 | 253 | 0.60 | 0.68 | 0 | 0.01 | 246.32 | 0.98 | 0.66 |
| Hex | 64 | 52 | FD | 3C | 44 | 0 | 1 | F6 | 62 | 42 |
| Octal | 144 | 122 | 375 | 74 | 104 | 0 | 1 | 366 | 142 | 102 |
| Binary | 1100100 | 1010010 | 11111101 | 111100 | 1000100 | 0 | 1 | 11110110 | 1100010 | 1000010 |
Color Harmonies of #6452FD
Complementary color
Monochromatic Colors of #6452FD
Black with #6452FD
Text Example
Text Example
White with #6452FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6452FD; }
p { color: rgb(100,82,253); }
H1.HeaderClassName
{
color: #6452FD;
}
.AnyTagClassName
{
color: #6452FD;
}
</style>
background-color css
<style>
a { background-color: #6452FD; }
a { background-color: rgb(100,82,253); }
div.DivClassName
{
background-color: #6452FD;
}
.BgClassName
{
background-color: #6452FD;
}
</style>
border-color css
<style>
span { border-color: #6452FD; }
span { border-color: rgb(100,82,253); }
td.TdClassName
{
border-color: #6452FD;
}
.TagClassName
{
border-color: #6452FD;
}
</style>