#4358FA

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

Shades of Neon Blue #4358FA

Tints of Neon Blue #4358FA

Color information

#4358FA (or 0x4358FA) is unknown color: approx Neon Blue. HEX triplet: 43, 58 and FA. RGB value is (67,88,250). Sum of RGB (Red+Green+Blue) = 67+88+250=405 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.54% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #4358FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4358FA is #BCA705. Grayscale: #636363. Windows color (decimal): -12363526 or 16406595. OLE color: 16406595.

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

Color convert

RGB6788250-
CMYK0.730.6500.02
HSL233.11º94.82%62.16%-
HSV(B)233.11º73.2%98.04%-
XYZ23.0615.0792.14-
YUV100.19212.54104.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.54%
GREEN value IS 88 (34.77% from 255) = 21.73%
BLUE value IS 250 (98.05% from 255) = 61.73%
R=16.54%
G=21.73%
B=61.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal67882500.730.6500.02233.1194.8262.16
Hex4358FA494102e95f3e
Octal1031303721111010235113776
Binary100001110110001111101010010011000001010111010011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4358FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4358FA; }

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

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

<style>
 a { background-color: #4358FA; }

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

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

<style>
 span { border-color: #4358FA; }

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

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