#4350f5

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

Shades of Neon Blue #4350F5

Tints of Neon Blue #4350F5

Color information

#4350F5 (or 0x4350F5) is unknown color: approx Neon Blue. HEX triplet: 43, 50 and F5. RGB value is (67,80,245). Sum of RGB (Red+Green+Blue) = 67+80+245=392 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.09% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 245 (96.09% from 255 or 62.5% from 392); Max value from RGB is 245 - color contains mainly: blue. Hex color #4350F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4350F5 is #BCAF0A. Grayscale: #5E5E5E. Windows color (decimal): -12365579 or 16076867. OLE color: 16076867.

HSL color Cylindrical-coordinate representation of color #4350F5: hue angle of 235.62º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4350F5 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6780245-
CMYK0.730.6700.04
HSL235.62º89.9%61.18%-
HSV(B)235.62º72.65%96.08%-
XYZ21.6613.5287.85-
YUV94.92212.69108.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.09%
GREEN value IS 80 (31.64% from 255) = 20.41%
BLUE value IS 245 (96.09% from 255) = 62.5%
R=17.09%
G=20.41%
B=62.5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal67802450.730.6700.04235.6289.961.18
Hex4350F5494304ec5a3d
Octal1031203651111030435413275
Binary1000011101000011110101100100110000110100111011001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4350f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4350f5; }

 p { color: rgb(67,80,245); }

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

<style>
 a { background-color: #4350f5; }

 a { background-color: rgb(67,80,245); }

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

<style>
 span { border-color: #4350f5; }

 span { border-color: rgb(67,80,245); }

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