Shades of Neon Blue #6241FF
Tints of Neon Blue #6241FF
RGB
CMYK
RGB Variations
Color information
#6241FF (or 0x6241FF) is known color: Neon Blue. HEX triplet: 62, 41 and FF. RGB value is (98,65,255). Sum of RGB (Red+Green+Blue) = 98+65+255=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #6241FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6241FF is #9DBE00. Grayscale: #5F5F5F. Windows color (decimal): -10337793 or 16728418. OLE color: 16728418.
HSL color Cylindrical-coordinate representation of color #6241FF: hue angle of 250.42º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6241FF is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 65 | 255 | - |
| CMYK | 0.62 | 0.75 | 0 | 0 |
| HSL | 250.42º | 1% | 0.63% | - |
| HSV(B) | 250.42º | 0.75% | 1% | - |
| XYZ | 24.98 | 13.6 | 95.92 | - |
| YUV | 96.53 | 217.43 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 255 | 0.62 | 0.75 | 0 | 0 | 250.42 | 1 | 0.63 |
| Hex | 62 | 41 | FF | 3E | 4B | 0 | 0 | FA | 64 | 3F |
| Octal | 142 | 101 | 377 | 76 | 113 | 0 | 0 | 372 | 144 | 77 |
| Binary | 1100010 | 1000001 | 11111111 | 111110 | 1001011 | 0 | 0 | 11111010 | 1100100 | 111111 |
Color Harmonies of #6241FF
Complementary color
Monochromatic Colors of #6241FF
Black with #6241FF
Text Example
Text Example
White with #6241FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6241FF; }
p { color: rgb(98,65,255); }
H1.HeaderClassName
{
color: #6241FF;
}
.AnyTagClassName
{
color: #6241FF;
}
</style>
background-color css
<style>
a { background-color: #6241FF; }
a { background-color: rgb(98,65,255); }
div.DivClassName
{
background-color: #6241FF;
}
.BgClassName
{
background-color: #6241FF;
}
</style>
border-color css
<style>
span { border-color: #6241FF; }
span { border-color: rgb(98,65,255); }
td.TdClassName
{
border-color: #6241FF;
}
.TagClassName
{
border-color: #6241FF;
}
</style>