#6341EF

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

Shades of Neon Blue #6341EF

Tints of Neon Blue #6341EF

Color information

#6341EF (or 0x6341EF) is unknown color: approx Neon Blue. HEX triplet: 63, 41 and EF. RGB value is (99,65,239). Sum of RGB (Red+Green+Blue) = 99+65+239=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #6341EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6341EF is #9CBE10. Grayscale: #5E5E5E. Windows color (decimal): -10272273 or 15679843. OLE color: 15679843.

HSL color Cylindrical-coordinate representation of color #6341EF: hue angle of 251.72º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6341EF is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9965239-
CMYK0.590.7300.06
HSL251.72º84.47%59.61%-
HSV(B)251.72º72.8%93.73%-
XYZ22.6212.6782.91-
YUV95209.26130.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.57%
GREEN value IS 65 (25.78% from 255) = 16.13%
BLUE value IS 239 (93.75% from 255) = 59.31%
R=24.57%
G=16.13%
B=59.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal99652390.590.7300.06251.7284.4759.61
Hex6341EF3B4906fc543c
Octal143101357731110637412474
Binary110001110000011110111111101110010010110111111001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6341EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6341EF; }

 p { color: rgb(99,65,239); }

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

<style>
 a { background-color: #6341EF; }

 a { background-color: rgb(99,65,239); }

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

<style>
 span { border-color: #6341EF; }

 span { border-color: rgb(99,65,239); }

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