#384FFF

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

Shades of Neon Blue #384FFF

Tints of Neon Blue #384FFF

Color information

#384FFF (or 0x384FFF) is unknown color: approx Neon Blue. HEX triplet: 38, 4F and FF. RGB value is (56,79,255). Sum of RGB (Red+Green+Blue) = 56+79+255=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #384FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384FFF is #C7B000. Grayscale: #5B5B5B. Windows color (decimal): -13086721 or 16731960. OLE color: 16731960.

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

Color convert

RGB5679255-
CMYK0.780.6900
HSL233.07º100%60.98%-
HSV(B)233.07º78.04%100%-
XYZ22.4813.6596.06-
YUV92.19219.88102.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.36%
GREEN value IS 79 (31.25% from 255) = 20.26%
BLUE value IS 255 (100% from 255) = 65.38%
R=14.36%
G=20.26%
B=65.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal56792550.780.6900233.0710060.98
Hex384FFF4E4500e9643d
Octal701173771161050035114475
Binary1110001001111111111111001110100010100111010011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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