#4356F0

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

Shades of Neon Blue #4356F0

Tints of Neon Blue #4356F0

Color information

#4356F0 (or 0x4356F0) is unknown color: approx Neon Blue. HEX triplet: 43, 56 and F0. RGB value is (67,86,240). Sum of RGB (Red+Green+Blue) = 67+86+240=393 (52% of max value = 765). Red value is 67 (26.56% from 255 or 17.05% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 240 (94.14% from 255 or 61.07% from 393); Max value from RGB is 240 - color contains mainly: blue. Hex color #4356F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4356F0 is #BCA90F. Grayscale: #616161. Windows color (decimal): -12364048 or 15750723. OLE color: 15750723.

HSL color Cylindrical-coordinate representation of color #4356F0: hue angle of 233.41º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4356F0 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6786240-
CMYK0.720.6400.06
HSL233.41º85.22%60.2%-
HSV(B)233.41º72.08%94.12%-
XYZ21.3714.1484.04-
YUV97.88208.21105.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.05%
GREEN value IS 86 (33.98% from 255) = 21.88%
BLUE value IS 240 (94.14% from 255) = 61.07%
R=17.05%
G=21.88%
B=61.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal67862400.720.6400.06233.4185.2260.2
Hex4356F0484006e9553c
Octal1031263601101000635112574
Binary1000011101011011110000100100010000000110111010011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4356F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4356F0; }

 p { color: rgb(67,86,240); }

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

<style>
 a { background-color: #4356F0; }

 a { background-color: rgb(67,86,240); }

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

<style>
 span { border-color: #4356F0; }

 span { border-color: rgb(67,86,240); }

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