#434DFA

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

Shades of Neon Blue #434DFA

Tints of Neon Blue #434DFA

Color information

#434DFA (or 0x434DFA) is unknown color: approx Neon Blue. HEX triplet: 43, 4D and FA. RGB value is (67,77,250). Sum of RGB (Red+Green+Blue) = 67+77+250=394 (52% of max value = 765). Red value is 67 (26.56% from 255 or 17.01% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #434DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #434DFA is #BCB205. Grayscale: #5D5D5D. Windows color (decimal): -12366342 or 16403779. OLE color: 16403779.

HSL color Cylindrical-coordinate representation of color #434DFA: hue angle of 236.72º 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 #434DFA is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6777250-
CMYK0.730.6900.02
HSL236.72º94.82%62.16%-
HSV(B)236.72º73.2%98.04%-
XYZ22.2213.491.86-
YUV93.73216.19108.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.01%
GREEN value IS 77 (30.47% from 255) = 19.54%
BLUE value IS 250 (98.05% from 255) = 63.45%
R=17.01%
G=19.54%
B=63.45%

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
Decimal67772500.730.6900.02236.7294.8262.16
Hex434DFA494502ed5f3e
Octal1031153721111050235513776
Binary100001110011011111101010010011000101010111011011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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