#4132FF

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

Shades of Neon Blue #4132FF

Tints of Neon Blue #4132FF

Color information

#4132FF (or 0x4132FF) is unknown color: approx Neon Blue. HEX triplet: 41, 32 and FF. RGB value is (65,50,255). Sum of RGB (Red+Green+Blue) = 65+50+255=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #4132FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4132FF is #BECD00. Grayscale: #4D4D4D. Windows color (decimal): -12504321 or 16724545. OLE color: 16724545.

HSL color Cylindrical-coordinate representation of color #4132FF: hue angle of 244.39º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4132FF is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6550255-
CMYK0.750.8000
HSL244.39º100%59.8%-
HSV(B)244.39º80.39%100%-
XYZ21.3710.6395.53-
YUV77.85227.97118.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.57%
GREEN value IS 50 (19.92% from 255) = 13.51%
BLUE value IS 255 (100% from 255) = 68.92%
R=17.57%
G=13.51%
B=68.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal65502550.750.8000244.3910059.8
Hex4132FF4B5000f4643c
Octal101623771131200036414474
Binary1000001110010111111111001011101000000111101001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4132FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4132FF; }

 p { color: rgb(65,50,255); }

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

<style>
 a { background-color: #4132FF; }

 a { background-color: rgb(65,50,255); }

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

<style>
 span { border-color: #4132FF; }

 span { border-color: rgb(65,50,255); }

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