#4340EB

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

Shades of Neon Blue #4340EB

Tints of Neon Blue #4340EB

Color information

#4340EB (or 0x4340EB) is unknown color: approx Neon Blue. HEX triplet: 43, 40 and EB. RGB value is (67,64,235). Sum of RGB (Red+Green+Blue) = 67+64+235=366 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.31% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #4340EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4340EB is #BCBF14. Grayscale: #535353. Windows color (decimal): -12369685 or 15417411. OLE color: 15417411.

HSL color Cylindrical-coordinate representation of color #4340EB: hue angle of 241.05º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4340EB is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6764235-
CMYK0.710.7300.08
HSL241.05º81.04%58.63%-
HSV(B)241.05º72.77%92.16%-
XYZ19.1410.8679.68-
YUV84.39212.99115.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.31%
GREEN value IS 64 (25.39% from 255) = 17.49%
BLUE value IS 235 (92.19% from 255) = 64.21%
R=18.31%
G=17.49%
B=64.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal67642350.710.7300.08241.0581.0458.63
Hex4340EB474908f1513b
Octal10310035310711101036112173
Binary10000111000000111010111000111100100101000111100011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4340EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4340EB; }

 p { color: rgb(67,64,235); }

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

<style>
 a { background-color: #4340EB; }

 a { background-color: rgb(67,64,235); }

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

<style>
 span { border-color: #4340EB; }

 span { border-color: rgb(67,64,235); }

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