#4341DF

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

Shades of Neon Blue #4341DF

Tints of Neon Blue #4341DF

Color information

#4341DF (or 0x4341DF) is unknown color: approx Neon Blue. HEX triplet: 43, 41 and DF. RGB value is (67,65,223). Sum of RGB (Red+Green+Blue) = 67+65+223=355 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.87% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #4341DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4341DF is #BCBE20. Grayscale: #525252. Windows color (decimal): -12369441 or 14631235. OLE color: 14631235.

HSL color Cylindrical-coordinate representation of color #4341DF: hue angle of 240.76º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4341DF is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6765223-
CMYK0.700.7100.13
HSL240.76º71.17%56.47%-
HSV(B)240.76º70.85%87.45%-
XYZ17.5210.370.88-
YUV83.61206.66116.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.87%
GREEN value IS 65 (25.78% from 255) = 18.31%
BLUE value IS 223 (87.5% from 255) = 62.82%
R=18.87%
G=18.31%
B=62.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal67652230.700.7100.13240.7671.1756.47
Hex4341DF46470Df14738
Octal10310133710610701536110770
Binary10000111000001110111111000110100011101101111100011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4341DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4341DF; }

 p { color: rgb(67,65,223); }

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

<style>
 a { background-color: #4341DF; }

 a { background-color: rgb(67,65,223); }

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

<style>
 span { border-color: #4341DF; }

 span { border-color: rgb(67,65,223); }

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