Html Css Color HEX #4B3AFE Neon Blue

📋 copy color: '#4B3AFE'

red 75 ◦ green 58 ◦ blue 254

#4B3AFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #4B3AFE

Tints of Neon Blue #4B3AFE

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 value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4B3AFE (or 0x4B3AFE) is known color: 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

RGB 75 58 254 -
CMYK 0.70 0.77 0 0.00
HSL 245.2º 0.99% 0.61% -
HSV(B) 245.2º 0.77% 1% -
XYZ 22.3 11.68 94.84 -
YUV 85.43 223.13 120.56 -
System Red Green Blue C M Y K H S L
Decimal 75 58 254 0.70 0.77 0 0.00 245.2 0.99 0.61
Hex 4B 3A FE 46 4D 0 0 F5 63 3D
Octal 113 72 376 106 115 0 0 365 143 75
Binary 1001011 111010 11111110 1000110 1001101 0 0 11110101 1100011 111101

Color Harmonies of #4B3AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3AFE

Black with #4B3AFE

Text Example


Text Example

White with #4B3AFE

Text Example


Text Example

HTML Codes & Css Web 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>