#4b3afe

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

Shades of Neon Blue #4B3AFE

Tints of Neon Blue #4B3AFE

Color information

#4B3AFE (or 0x4B3AFE) is unknown color: approx Neon Blue. HEX triplet: 4B, 3A and FE. RGB value is (75,58,254). Sum of RGB (Red+Green+Blue) = 75+58+254=387 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.38% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B3AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B3AFE is #B4C501. Grayscale: #545454. Windows color (decimal): -11846914 or 16661067. OLE color: 16661067.

HSL color Cylindrical-coordinate representation of color #4B3AFE: hue angle of 245.2º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B3AFE is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB7558254-
CMYK0.700.7700.00
HSL245.2º98.99%61.18%-
HSV(B)245.2º77.17%99.61%-
XYZ22.311.6894.84-
YUV85.43223.13120.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.38%
GREEN value IS 58 (23.05% from 255) = 14.99%
BLUE value IS 254 (99.61% from 255) = 65.63%
R=19.38%
G=14.99%
B=65.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal75582540.700.7700.00245.298.9961.18
Hex4B3AFE464D00f5633d
Octal113723761061150036514375
Binary1001011111010111111101000110100110100111101011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b3afe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,58,254); }

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

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

 a { background-color: rgb(75,58,254); }

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

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

 span { border-color: rgb(75,58,254); }

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