#383AF1

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

Shades of Neon Blue #383AF1

Tints of Neon Blue #383AF1

Color information

#383AF1 (or 0x383AF1) is unknown color: approx Neon Blue. HEX triplet: 38, 3A and F1. RGB value is (56,58,241). Sum of RGB (Red+Green+Blue) = 56+58+241=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 241 (94.53% from 255 or 67.89% from 355); Max value from RGB is 241 - color contains mainly: blue. Hex color #383AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383AF1 is #C7C50E. Grayscale: #4D4D4D. Windows color (decimal): -13092111 or 15809080. OLE color: 15809080.

HSL color Cylindrical-coordinate representation of color #383AF1: hue angle of 239.35º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #383AF1 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5658241-
CMYK0.770.7600.05
HSL239.35º86.85%58.24%-
HSV(B)239.35º76.76%94.51%-
XYZ19.0210.2284.19-
YUV78.26219.84112.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.77%
GREEN value IS 58 (23.05% from 255) = 16.34%
BLUE value IS 241 (94.53% from 255) = 67.89%
R=15.77%
G=16.34%
B=67.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal56582410.770.7600.05239.3586.8558.24
Hex383AF14D4C05ef573a
Octal70723611151140535712772
Binary11100011101011110001100110110011000101111011111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383AF1; }

 p { color: rgb(56,58,241); }

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

<style>
 a { background-color: #383AF1; }

 a { background-color: rgb(56,58,241); }

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

<style>
 span { border-color: #383AF1; }

 span { border-color: rgb(56,58,241); }

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