Shades of Neon Blue #434AFF
Tints of Neon Blue #434AFF
RGB
CMYK
RGB Variations
Color information
#434AFF (or 0x434AFF) is known color: Neon Blue. HEX triplet: 43, 4A and FF. RGB value is (67,74,255). Sum of RGB (Red+Green+Blue) = 67+74+255=396 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.92% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #434AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #434AFF is #BCB500. Grayscale: #5B5B5B. Windows color (decimal): -12367105 or 16730691. OLE color: 16730691.
HSL color Cylindrical-coordinate representation of color #434AFF: hue angle of 237.77º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #434AFF is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 74 | 255 | - |
| CMYK | 0.74 | 0.71 | 0 | 0 |
| HSL | 237.77º | 1% | 0.63% | - |
| HSV(B) | 237.77º | 0.74% | 1% | - |
| XYZ | 22.81 | 13.31 | 95.97 | - |
| YUV | 92.54 | 219.68 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 255 | 0.74 | 0.71 | 0 | 0 | 237.77 | 1 | 0.63 |
| Hex | 43 | 4A | FF | 4A | 47 | 0 | 0 | EE | 64 | 3F |
| Octal | 103 | 112 | 377 | 112 | 107 | 0 | 0 | 356 | 144 | 77 |
| Binary | 1000011 | 1001010 | 11111111 | 1001010 | 1000111 | 0 | 0 | 11101110 | 1100100 | 111111 |
Color Harmonies of #434AFF
Complementary color
Monochromatic Colors of #434AFF
Black with #434AFF
Text Example
Text Example
White with #434AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434AFF; }
p { color: rgb(67,74,255); }
H1.HeaderClassName
{
color: #434AFF;
}
.AnyTagClassName
{
color: #434AFF;
}
</style>
background-color css
<style>
a { background-color: #434AFF; }
a { background-color: rgb(67,74,255); }
div.DivClassName
{
background-color: #434AFF;
}
.BgClassName
{
background-color: #434AFF;
}
</style>
border-color css
<style>
span { border-color: #434AFF; }
span { border-color: rgb(67,74,255); }
td.TdClassName
{
border-color: #434AFF;
}
.TagClassName
{
border-color: #434AFF;
}
</style>