#6142F4

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

Shades of Neon Blue #6142F4

Tints of Neon Blue #6142F4

Color information

#6142F4 (or 0x6142F4) is unknown color: approx Neon Blue. HEX triplet: 61, 42 and F4. RGB value is (97,66,244). Sum of RGB (Red+Green+Blue) = 97+66+244=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 244 (95.70% from 255 or 59.95% from 407); Max value from RGB is 244 - color contains mainly: blue. Hex color #6142F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6142F4 is #9EBD0B. Grayscale: #5E5E5E. Windows color (decimal): -10403084 or 16007777. OLE color: 16007777.

HSL color Cylindrical-coordinate representation of color #6142F4: hue angle of 250.45º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6142F4 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9766244-
CMYK0.600.7300.04
HSL250.45º89%60.78%-
HSV(B)250.45º72.95%95.69%-
XYZ23.2112.9786.87-
YUV95.56211.77129.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.83%
GREEN value IS 66 (26.17% from 255) = 16.22%
BLUE value IS 244 (95.70% from 255) = 59.95%
R=23.83%
G=16.22%
B=59.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal97662440.600.7300.04250.458960.78
Hex6142F43C4904fa593d
Octal141102364741110437213175
Binary110000110000101111010011110010010010100111110101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6142F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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