#3838F1

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

Shades of Neon Blue #3838F1

Tints of Neon Blue #3838F1

Color information

#3838F1 (or 0x3838F1) is unknown color: approx Neon Blue. HEX triplet: 38, 38 and F1. RGB value is (56,56,241). Sum of RGB (Red+Green+Blue) = 56+56+241=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 241 (94.53% from 255 or 68.27% from 353); Max value from RGB is 241 - color contains mainly: blue. Hex color #3838F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3838F1 is #C7C70E. Grayscale: #4C4C4C. Windows color (decimal): -13092623 or 15808568. OLE color: 15808568.

HSL color Cylindrical-coordinate representation of color #3838F1: hue angle of 240º 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 #3838F1 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5656241-
CMYK0.770.7700.05
HSL240º86.85%58.24%-
HSV(B)240º76.76%94.51%-
XYZ18.9210.0284.16-
YUV77.09220.5112.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.86%
GREEN value IS 56 (22.27% from 255) = 15.86%
BLUE value IS 241 (94.53% from 255) = 68.27%
R=15.86%
G=15.86%
B=68.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal56562410.770.7700.0524086.8558.24
Hex3838F14D4D05f0573a
Octal70703611151150536012772
Binary11100011100011110001100110110011010101111100001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3838F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3838F1; }

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

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

<style>
 a { background-color: #3838F1; }

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

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

<style>
 span { border-color: #3838F1; }

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

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