#384DFE

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

Shades of Neon Blue #384DFE

Tints of Neon Blue #384DFE

Color information

#384DFE (or 0x384DFE) is unknown color: approx Neon Blue. HEX triplet: 38, 4D and FE. RGB value is (56,77,254). Sum of RGB (Red+Green+Blue) = 56+77+254=387 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.47% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #384DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384DFE is #C7B201. Grayscale: #5A5A5A. Windows color (decimal): -13087234 or 16665912. OLE color: 16665912.

HSL color Cylindrical-coordinate representation of color #384DFE: hue angle of 233.64º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #384DFE is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB5677254-
CMYK0.780.7000.00
HSL233.64º99%60.78%-
HSV(B)233.64º77.95%99.61%-
XYZ22.1713.395.17-
YUV90.9220.04103.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.47%
GREEN value IS 77 (30.47% from 255) = 19.90%
BLUE value IS 254 (99.61% from 255) = 65.63%
R=14.47%
G=19.90%
B=65.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal56772540.780.7000.00233.649960.78
Hex384DFE4E4600ea633d
Octal701153761161060035214375
Binary1110001001101111111101001110100011000111010101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,77,254); }

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

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

 a { background-color: rgb(56,77,254); }

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

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

 span { border-color: rgb(56,77,254); }

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