#434CEF

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

Shades of Neon Blue #434CEF

Tints of Neon Blue #434CEF

Color information

#434CEF (or 0x434CEF) is unknown color: approx Neon Blue. HEX triplet: 43, 4C and EF. RGB value is (67,76,239). Sum of RGB (Red+Green+Blue) = 67+76+239=382 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.54% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #434CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #434CEF is #BCB310. Grayscale: #5B5B5B. Windows color (decimal): -12366609 or 15682627. OLE color: 15682627.

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

Color convert

RGB6776239-
CMYK0.720.6800.06
HSL236.86º84.31%60%-
HSV(B)236.86º71.97%93.73%-
XYZ20.4812.5983.01-
YUV91.89211.02110.25-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.54%
GREEN value IS 76 (30.08% from 255) = 19.90%
BLUE value IS 239 (93.75% from 255) = 62.57%
R=17.54%
G=19.90%
B=62.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal67762390.720.6800.06236.8684.3160
Hex434CEF484406ed543c
Octal1031143571101040635512474
Binary1000011100110011101111100100010001000110111011011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434CEF; }

 p { color: rgb(67,76,239); }

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

<style>
 a { background-color: #434CEF; }

 a { background-color: rgb(67,76,239); }

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

<style>
 span { border-color: #434CEF; }

 span { border-color: rgb(67,76,239); }

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