#6A42FB

Color #6A42FB Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #6A42FB

Tints of Neon Blue #6A42FB

Color information

#6A42FB (or 0x6A42FB) is unknown color: approx Neon Blue. HEX triplet: 6A, 42 and FB. RGB value is (106,66,251). Sum of RGB (Red+Green+Blue) = 106+66+251=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A42FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A42FB is #95BD04. Grayscale: #626262. Windows color (decimal): -9813253 or 16466538. OLE color: 16466538.

HSL color Cylindrical-coordinate representation of color #6A42FB: hue angle of 252.97º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A42FB is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10666251-
CMYK0.580.7400.02
HSL252.97º95.85%62.16%-
HSV(B)252.97º73.71%98.43%-
XYZ25.313.9392.62-
YUV99.05213.75132.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 25.06%
GREEN value IS 66 (26.17% from 255) = 15.60%
BLUE value IS 251 (98.44% from 255) = 59.34%
R=25.06%
G=15.60%
B=59.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal106662510.580.7400.02252.9795.8562.16
Hex6A42FB3A4A02fd603e
Octal152102373721120237514076
Binary11010101000010111110111110101001010010111111011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A42FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A42FB; }

 p { color: rgb(106,66,251); }

 H1.HeaderClassName
 {
   color: #6A42FB;
 }
 .AnyTagClassName
 {
   color: #6A42FB;
 }
</style>
background-color css

<style>
 a { background-color: #6A42FB; }

 a { background-color: rgb(106,66,251); }

 div.DivClassName
 {
   background-color: #6A42FB;
 }
 .BgClassName
 {
   background-color: #6A42FB;
 }
</style>
border-color css

<style>
 span { border-color: #6A42FB; }

 span { border-color: rgb(106,66,251); }

 td.TdClassName
 {
   border-color: #6A42FB;
 }
 .TagClassName
 {
   border-color: #6A42FB;
 }
</style>