Shades of Neon Blue #6350F2
Tints of Neon Blue #6350F2
RGB
CMYK
RGB Variations
Color information
#6350F2 (or 0x6350F2) is known color: Neon Blue. HEX triplet: 63, 50 and F2. RGB value is (99,80,242). Sum of RGB (Red+Green+Blue) = 99+80+242=421 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.52% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 242 (94.92% from 255 or 57.48% from 421); Max value from RGB is 242 - color contains mainly: blue. Hex color #6350F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6350F2 is #9CAF0D. Grayscale: #676767. Windows color (decimal): -10268430 or 15880291. OLE color: 15880291.
HSL color Cylindrical-coordinate representation of color #6350F2: hue angle of 247.04º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6350F2 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 80 | 242 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.05 |
| HSL | 247.04º | 0.86% | 0.63% | - |
| HSV(B) | 247.04º | 0.67% | 0.95% | - |
| XYZ | 24.04 | 14.8 | 85.59 | - |
| YUV | 104.15 | 205.79 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 242 | 0.59 | 0.67 | 0 | 0.05 | 247.04 | 0.86 | 0.63 |
| Hex | 63 | 50 | F2 | 3B | 43 | 0 | 5 | F7 | 56 | 3F |
| Octal | 143 | 120 | 362 | 73 | 103 | 0 | 5 | 367 | 126 | 77 |
| Binary | 1100011 | 1010000 | 11110010 | 111011 | 1000011 | 0 | 101 | 11110111 | 1010110 | 111111 |
Color Harmonies of #6350F2
Complementary color
Monochromatic Colors of #6350F2
Black with #6350F2
Text Example
Text Example
White with #6350F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6350F2; }
p { color: rgb(99,80,242); }
H1.HeaderClassName
{
color: #6350F2;
}
.AnyTagClassName
{
color: #6350F2;
}
</style>
background-color css
<style>
a { background-color: #6350F2; }
a { background-color: rgb(99,80,242); }
div.DivClassName
{
background-color: #6350F2;
}
.BgClassName
{
background-color: #6350F2;
}
</style>
border-color css
<style>
span { border-color: #6350F2; }
span { border-color: rgb(99,80,242); }
td.TdClassName
{
border-color: #6350F2;
}
.TagClassName
{
border-color: #6350F2;
}
</style>