#384AF5

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

Shades of Neon Blue #384AF5

Tints of Neon Blue #384AF5

Color information

#384AF5 (or 0x384AF5) is unknown color: approx Neon Blue. HEX triplet: 38, 4A and F5. RGB value is (56,74,245). Sum of RGB (Red+Green+Blue) = 56+74+245=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 245 (96.09% from 255 or 65.33% from 375); Max value from RGB is 245 - color contains mainly: blue. Hex color #384AF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384AF5 is #C7B50A. Grayscale: #575757. Windows color (decimal): -13088011 or 16075320. OLE color: 16075320.

HSL color Cylindrical-coordinate representation of color #384AF5: hue angle of 234.29º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #384AF5 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5674245-
CMYK0.770.7000.04
HSL234.29º90.43%59.02%-
HSV(B)234.29º77.14%96.08%-
XYZ20.5612.3387.68-
YUV88.11216.54105.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.93%
GREEN value IS 74 (29.30% from 255) = 19.73%
BLUE value IS 245 (96.09% from 255) = 65.33%
R=14.93%
G=19.73%
B=65.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal56742450.770.7000.04234.2990.4359.02
Hex384AF54D4604ea5a3b
Octal701123651151060435213273
Binary111000100101011110101100110110001100100111010101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384AF5; }

 p { color: rgb(56,74,245); }

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

<style>
 a { background-color: #384AF5; }

 a { background-color: rgb(56,74,245); }

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

<style>
 span { border-color: #384AF5; }

 span { border-color: rgb(56,74,245); }

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