#382FF9

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

Shades of Neon Blue #382FF9

Tints of Neon Blue #382FF9

Color information

#382FF9 (or 0x382FF9) is unknown color: approx Neon Blue. HEX triplet: 38, 2F and F9. RGB value is (56,47,249). Sum of RGB (Red+Green+Blue) = 56+47+249=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 249 (97.66% from 255 or 70.74% from 352); Max value from RGB is 249 - color contains mainly: blue. Hex color #382FF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382FF9 is #C7D006. Grayscale: #474747. Windows color (decimal): -13094919 or 16330552. OLE color: 16330552.

HSL color Cylindrical-coordinate representation of color #382FF9: hue angle of 242.67º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #382FF9 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5647249-
CMYK0.780.8100.02
HSL242.67º94.39%58.04%-
HSV(B)242.67º81.12%97.65%-
XYZ19.759.7190.46-
YUV72.72227.48116.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.91%
GREEN value IS 47 (18.75% from 255) = 13.35%
BLUE value IS 249 (97.66% from 255) = 70.74%
R=15.91%
G=13.35%
B=70.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal56472490.780.8100.02242.6794.3958.04
Hex382FF94E5102f35e3a
Octal70573711161210236313672
Binary1110001011111111100110011101010001010111100111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382FF9; }

 p { color: rgb(56,47,249); }

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

<style>
 a { background-color: #382FF9; }

 a { background-color: rgb(56,47,249); }

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

<style>
 span { border-color: #382FF9; }

 span { border-color: rgb(56,47,249); }

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