#4148F1

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

Shades of Neon Blue #4148F1

Tints of Neon Blue #4148F1

Color information

#4148F1 (or 0x4148F1) is unknown color: approx Neon Blue. HEX triplet: 41, 48 and F1. RGB value is (65,72,241). Sum of RGB (Red+Green+Blue) = 65+72+241=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 241 (94.53% from 255 or 63.76% from 378); Max value from RGB is 241 - color contains mainly: blue. Hex color #4148F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4148F1 is #BEB70E. Grayscale: #585858. Windows color (decimal): -12498703 or 15812673. OLE color: 15812673.

HSL color Cylindrical-coordinate representation of color #4148F1: hue angle of 237.61º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4148F1 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6572241-
CMYK0.730.7000.05
HSL237.61º86.27%60%-
HSV(B)237.61º73.03%94.51%-
XYZ20.3712.1184.48-
YUV89.17213.68110.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.20%
GREEN value IS 72 (28.52% from 255) = 19.05%
BLUE value IS 241 (94.53% from 255) = 63.76%
R=17.20%
G=19.05%
B=63.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal65722410.730.7000.05237.6186.2760
Hex4148F1494605ee563c
Octal1011103611111060535612674
Binary1000001100100011110001100100110001100101111011101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4148F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,72,241); }

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

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

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

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

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

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

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