#434CFA

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

Shades of Neon Blue #434CFA

Tints of Neon Blue #434CFA

Color information

#434CFA (or 0x434CFA) is unknown color: approx Neon Blue. HEX triplet: 43, 4C and FA. RGB value is (67,76,250). Sum of RGB (Red+Green+Blue) = 67+76+250=393 (52% of max value = 765). Red value is 67 (26.56% from 255 or 17.05% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #434CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #434CFA is #BCB305. Grayscale: #5C5C5C. Windows color (decimal): -12366598 or 16403523. OLE color: 16403523.

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

Color convert

RGB6776250-
CMYK0.730.7000.02
HSL237.05º94.82%62.16%-
HSV(B)237.05º73.2%98.04%-
XYZ22.1513.2691.84-
YUV93.14216.52109.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.05%
GREEN value IS 76 (30.08% from 255) = 19.34%
BLUE value IS 250 (98.05% from 255) = 63.61%
R=17.05%
G=19.34%
B=63.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal67762500.730.7000.02237.0594.8262.16
Hex434CFA494602ed5f3e
Octal1031143721111060235513776
Binary100001110011001111101010010011000110010111011011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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