#6141F3

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

Shades of Neon Blue #6141F3

Tints of Neon Blue #6141F3

Color information

#6141F3 (or 0x6141F3) is unknown color: approx Neon Blue. HEX triplet: 61, 41 and F3. RGB value is (97,65,243). Sum of RGB (Red+Green+Blue) = 97+65+243=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 243 (95.31% from 255 or 60% from 405); Max value from RGB is 243 - color contains mainly: blue. Hex color #6141F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6141F3 is #9EBE0C. Grayscale: #5E5E5E. Windows color (decimal): -10403341 or 15941985. OLE color: 15941985.

HSL color Cylindrical-coordinate representation of color #6141F3: hue angle of 250.79º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6141F3 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9765243-
CMYK0.600.7300.05
HSL250.79º88.12%60.39%-
HSV(B)250.79º73.25%95.29%-
XYZ2312.7986.05-
YUV94.86211.6129.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.95%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 243 (95.31% from 255) = 60%
R=23.95%
G=16.05%
B=60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal97652430.600.7300.05250.7988.1260.39
Hex6141F33C4905fb583c
Octal141101363741110537313074
Binary110000110000011111001111110010010010101111110111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6141F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6141F3; }

 p { color: rgb(97,65,243); }

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

<style>
 a { background-color: #6141F3; }

 a { background-color: rgb(97,65,243); }

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

<style>
 span { border-color: #6141F3; }

 span { border-color: rgb(97,65,243); }

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