#384FF5

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

Shades of Neon Blue #384FF5

Tints of Neon Blue #384FF5

Color information

#384FF5 (or 0x384FF5) is unknown color: approx Neon Blue. HEX triplet: 38, 4F and F5. RGB value is (56,79,245). Sum of RGB (Red+Green+Blue) = 56+79+245=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 245 (96.09% from 255 or 64.47% from 380); Max value from RGB is 245 - color contains mainly: blue. Hex color #384FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384FF5 is #C7B00A. Grayscale: #5A5A5A. Windows color (decimal): -13086731 or 16076600. OLE color: 16076600.

HSL color Cylindrical-coordinate representation of color #384FF5: hue angle of 232.7º 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 #384FF5 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5679245-
CMYK0.770.6800.04
HSL232.7º90.43%59.02%-
HSV(B)232.7º77.14%96.08%-
XYZ20.9113.0387.8-
YUV91.05214.88103-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.74%
GREEN value IS 79 (31.25% from 255) = 20.79%
BLUE value IS 245 (96.09% from 255) = 64.47%
R=14.74%
G=20.79%
B=64.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal56792450.770.6800.04232.790.4359.02
Hex384FF54D4404e95a3b
Octal701173651151040435113273
Binary111000100111111110101100110110001000100111010011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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