#4B35F1

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

Shades of Neon Blue #4B35F1

Tints of Neon Blue #4B35F1

Color information

#4B35F1 (or 0x4B35F1) is unknown color: approx Neon Blue. HEX triplet: 4B, 35 and F1. RGB value is (75,53,241). Sum of RGB (Red+Green+Blue) = 75+53+241=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #4B35F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B35F1 is #B4CA0E. Grayscale: #505050. Windows color (decimal): -11848207 or 15807819. OLE color: 15807819.

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

Color convert

RGB7553241-
CMYK0.690.7800.05
HSL247.02º87.04%57.65%-
HSV(B)247.02º78.01%94.51%-
XYZ20.0510.3984.17-
YUV81.01218.29123.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.33%
GREEN value IS 53 (21.09% from 255) = 14.36%
BLUE value IS 241 (94.53% from 255) = 65.31%
R=20.33%
G=14.36%
B=65.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal75532410.690.7800.05247.0287.0457.65
Hex4B35F1454E05f7573a
Octal113653611051160536712772
Binary100101111010111110001100010110011100101111101111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B35F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B35F1; }

 p { color: rgb(75,53,241); }

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

<style>
 a { background-color: #4B35F1; }

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

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

<style>
 span { border-color: #4B35F1; }

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

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