Shades of Neon Blue #6354F1
Tints of Neon Blue #6354F1
RGB
CMYK
RGB Variations
Color information
#6354F1 (or 0x6354F1) is known color: Neon Blue. HEX triplet: 63, 54 and F1. RGB value is (99,84,241). Sum of RGB (Red+Green+Blue) = 99+84+241=424 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.35% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 241 (94.53% from 255 or 56.84% from 424); Max value from RGB is 241 - color contains mainly: blue. Hex color #6354F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6354F1 is #9CAB0E. Grayscale: #696969. Windows color (decimal): -10267407 or 15815779. OLE color: 15815779.
HSL color Cylindrical-coordinate representation of color #6354F1: hue angle of 245.73º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6354F1 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 84 | 241 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.05 |
| HSL | 245.73º | 0.85% | 0.64% | - |
| HSV(B) | 245.73º | 0.65% | 0.95% | - |
| XYZ | 24.19 | 15.34 | 84.91 | - |
| YUV | 106.38 | 203.97 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 241 | 0.59 | 0.65 | 0 | 0.05 | 245.73 | 0.85 | 0.64 |
| Hex | 63 | 54 | F1 | 3B | 41 | 0 | 5 | F6 | 55 | 40 |
| Octal | 143 | 124 | 361 | 73 | 101 | 0 | 5 | 366 | 125 | 100 |
| Binary | 1100011 | 1010100 | 11110001 | 111011 | 1000001 | 0 | 101 | 11110110 | 1010101 | 1000000 |
Color Harmonies of #6354F1
Complementary color
Monochromatic Colors of #6354F1
Black with #6354F1
Text Example
Text Example
White with #6354F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6354F1; }
p { color: rgb(99,84,241); }
H1.HeaderClassName
{
color: #6354F1;
}
.AnyTagClassName
{
color: #6354F1;
}
</style>
background-color css
<style>
a { background-color: #6354F1; }
a { background-color: rgb(99,84,241); }
div.DivClassName
{
background-color: #6354F1;
}
.BgClassName
{
background-color: #6354F1;
}
</style>
border-color css
<style>
span { border-color: #6354F1; }
span { border-color: rgb(99,84,241); }
td.TdClassName
{
border-color: #6354F1;
}
.TagClassName
{
border-color: #6354F1;
}
</style>