Shades of Neon Blue #6357F0
Tints of Neon Blue #6357F0
RGB
CMYK
RGB Variations
Color information
#6357F0 (or 0x6357F0) is known color: Neon Blue. HEX triplet: 63, 57 and F0. RGB value is (99,87,240). Sum of RGB (Red+Green+Blue) = 99+87+240=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #6357F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6357F0 is #9CA80F. Grayscale: #6B6B6B. Windows color (decimal): -10266640 or 15751011. OLE color: 15751011.
HSL color Cylindrical-coordinate representation of color #6357F0: hue angle of 244.71º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6357F0 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 87 | 240 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.06 |
| HSL | 244.71º | 0.84% | 0.64% | - |
| HSV(B) | 244.71º | 0.64% | 0.94% | - |
| XYZ | 24.28 | 15.76 | 84.2 | - |
| YUV | 108.03 | 202.48 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 87 | 240 | 0.59 | 0.64 | 0 | 0.06 | 244.71 | 0.84 | 0.64 |
| Hex | 63 | 57 | F0 | 3B | 40 | 0 | 6 | F5 | 54 | 40 |
| Octal | 143 | 127 | 360 | 73 | 100 | 0 | 6 | 365 | 124 | 100 |
| Binary | 1100011 | 1010111 | 11110000 | 111011 | 1000000 | 0 | 110 | 11110101 | 1010100 | 1000000 |
Color Harmonies of #6357F0
Complementary color
Monochromatic Colors of #6357F0
Black with #6357F0
Text Example
Text Example
White with #6357F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6357F0; }
p { color: rgb(99,87,240); }
H1.HeaderClassName
{
color: #6357F0;
}
.AnyTagClassName
{
color: #6357F0;
}
</style>
background-color css
<style>
a { background-color: #6357F0; }
a { background-color: rgb(99,87,240); }
div.DivClassName
{
background-color: #6357F0;
}
.BgClassName
{
background-color: #6357F0;
}
</style>
border-color css
<style>
span { border-color: #6357F0; }
span { border-color: rgb(99,87,240); }
td.TdClassName
{
border-color: #6357F0;
}
.TagClassName
{
border-color: #6357F0;
}
</style>