#434AF1

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

Shades of Neon Blue #434AF1

Tints of Neon Blue #434AF1

Color information

#434AF1 (or 0x434AF1) is unknown color: approx Neon Blue. HEX triplet: 43, 4A and F1. RGB value is (67,74,241). Sum of RGB (Red+Green+Blue) = 67+74+241=382 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.54% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 241 (94.53% from 255 or 63.09% from 382); Max value from RGB is 241 - color contains mainly: blue. Hex color #434AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #434AF1 is #BCB50E. Grayscale: #5A5A5A. Windows color (decimal): -12367119 or 15813187. OLE color: 15813187.

HSL color Cylindrical-coordinate representation of color #434AF1: hue angle of 237.59º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #434AF1 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6774241-
CMYK0.720.6900.05
HSL237.59º86.14%60.39%-
HSV(B)237.59º72.2%94.51%-
XYZ20.6412.4484.53-
YUV90.94212.68110.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.54%
GREEN value IS 74 (29.30% from 255) = 19.37%
BLUE value IS 241 (94.53% from 255) = 63.09%
R=17.54%
G=19.37%
B=63.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal67742410.720.6900.05237.5986.1460.39
Hex434AF1484505ee563c
Octal1031123611101050535612674
Binary1000011100101011110001100100010001010101111011101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,74,241); }

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

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

 a { background-color: rgb(67,74,241); }

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

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

 span { border-color: rgb(67,74,241); }

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