#434EFA

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

Shades of Neon Blue #434EFA

Tints of Neon Blue #434EFA

Color information

#434EFA (or 0x434EFA) is unknown color: approx Neon Blue. HEX triplet: 43, 4E and FA. RGB value is (67,78,250). Sum of RGB (Red+Green+Blue) = 67+78+250=395 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.96% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #434EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #434EFA is #BCB105. Grayscale: #5D5D5D. Windows color (decimal): -12366086 or 16404035. OLE color: 16404035.

HSL color Cylindrical-coordinate representation of color #434EFA: hue angle of 236.39º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #434EFA is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6778250-
CMYK0.730.6900.02
HSL236.39º94.82%62.16%-
HSV(B)236.39º73.2%98.04%-
XYZ22.2913.5491.88-
YUV94.32215.86108.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.96%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 250 (98.05% from 255) = 63.29%
R=16.96%
G=19.75%
B=63.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal67782500.730.6900.02236.3994.8262.16
Hex434EFA494502ec5f3e
Octal1031163721111050235413776
Binary100001110011101111101010010011000101010111011001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,78,250); }

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

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

 a { background-color: rgb(67,78,250); }

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

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

 span { border-color: rgb(67,78,250); }

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