Shades of Neon Blue #6438FF
Tints of Neon Blue #6438FF
RGB
CMYK
RGB Variations
Color information
#6438FF (or 0x6438FF) is known color: Neon Blue. HEX triplet: 64, 38 and FF. RGB value is (100,56,255). Sum of RGB (Red+Green+Blue) = 100+56+255=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #6438FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6438FF is #9BC700. Grayscale: #5B5B5B. Windows color (decimal): -10209025 or 16726116. OLE color: 16726116.
HSL color Cylindrical-coordinate representation of color #6438FF: hue angle of 253.27º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6438FF is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 56 | 255 | - |
| CMYK | 0.61 | 0.78 | 0 | 0 |
| HSL | 253.27º | 1% | 0.61% | - |
| HSV(B) | 253.27º | 0.78% | 1% | - |
| XYZ | 24.72 | 12.76 | 95.77 | - |
| YUV | 91.84 | 220.08 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 56 | 255 | 0.61 | 0.78 | 0 | 0 | 253.27 | 1 | 0.61 |
| Hex | 64 | 38 | FF | 3D | 4E | 0 | 0 | FD | 64 | 3D |
| Octal | 144 | 70 | 377 | 75 | 116 | 0 | 0 | 375 | 144 | 75 |
| Binary | 1100100 | 111000 | 11111111 | 111101 | 1001110 | 0 | 0 | 11111101 | 1100100 | 111101 |
Color Harmonies of #6438FF
Complementary color
Monochromatic Colors of #6438FF
Black with #6438FF
Text Example
Text Example
White with #6438FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6438FF; }
p { color: rgb(100,56,255); }
H1.HeaderClassName
{
color: #6438FF;
}
.AnyTagClassName
{
color: #6438FF;
}
</style>
background-color css
<style>
a { background-color: #6438FF; }
a { background-color: rgb(100,56,255); }
div.DivClassName
{
background-color: #6438FF;
}
.BgClassName
{
background-color: #6438FF;
}
</style>
border-color css
<style>
span { border-color: #6438FF; }
span { border-color: rgb(100,56,255); }
td.TdClassName
{
border-color: #6438FF;
}
.TagClassName
{
border-color: #6438FF;
}
</style>