#6142FF

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

Shades of Neon Blue #6142FF

Tints of Neon Blue #6142FF

Color information

#6142FF (or 0x6142FF) is unknown color: approx Neon Blue. HEX triplet: 61, 42 and FF. RGB value is (97,66,255). Sum of RGB (Red+Green+Blue) = 97+66+255=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 66 (26.17% from 255 or 15.79% 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 #6142FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6142FF is #9EBD00. Grayscale: #606060. Windows color (decimal): -10403073 or 16728673. OLE color: 16728673.

HSL color Cylindrical-coordinate representation of color #6142FF: hue angle of 249.84º 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 #6142FF is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB9766255-
CMYK0.620.7400
HSL249.84º100%62.94%-
HSV(B)249.84º74.12%100%-
XYZ24.9313.6695.93-
YUV96.82217.27128.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.21%
GREEN value IS 66 (26.17% from 255) = 15.79%
BLUE value IS 255 (100% from 255) = 61.00%
R=23.21%
G=15.79%
B=61.00%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal97662550.620.7400249.8410062.94
Hex6142FF3E4A00fa643f
Octal141102377761120037214477
Binary1100001100001011111111111110100101000111110101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6142FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6142FF; }

 p { color: rgb(97,66,255); }

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

<style>
 a { background-color: #6142FF; }

 a { background-color: rgb(97,66,255); }

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

<style>
 span { border-color: #6142FF; }

 span { border-color: rgb(97,66,255); }

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