Html Css Color HEX #4B3BFA Neon Blue

📋 copy color: '#4B3BFA'

red 75 ◦ green 59 ◦ blue 250

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

Shades of Neon Blue #4B3BFA

Tints of Neon Blue #4B3BFA

RGB

 RED value IS 75 (29.69% from 255) = 19.53%

 GREEN value IS 59 (23.44% from 255) = 15.36%

 BLUE value IS 250 (98.05% from 255) = 65.1%

R = 19.53%
G = 15.36%
B = 65.1%

CMYK

 C value IS 0.7

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4B3BFA (or 0x4B3BFA) is known color: Neon Blue. HEX triplet: 4B, 3B and FA. RGB value is (75,59,250). Sum of RGB (Red+Green+Blue) = 75+59+250=384 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.53% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #4B3BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B3BFA is #B4C405. Grayscale: #545454. Windows color (decimal): -11846662 or 16399179. OLE color: 16399179.

HSL color Cylindrical-coordinate representation of color #4B3BFA: hue angle of 245.03º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B3BFA is Cyan = 0.7, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 75 59 250 -
CMYK 0.7 0.76 0 0.02
HSL 245.03º 0.95% 0.61% -
HSV(B) 245.03º 0.76% 0.98% -
XYZ 21.72 11.53 91.52 -
YUV 85.56 220.8 120.47 -
System Red Green Blue C M Y K H S L
Decimal 75 59 250 0.7 0.76 0 0.02 245.03 0.95 0.61
Hex 4B 3B FA 46 4C 0 2 F5 5F 3D
Octal 113 73 372 106 114 0 2 365 137 75
Binary 1001011 111011 11111010 1000110 1001100 0 10 11110101 1011111 111101

Color Harmonies of #4B3BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3BFA

Black with #4B3BFA

Text Example


Text Example

White with #4B3BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,59,250); }

 H1.HeaderClassName
 {
   color: #4B3BFA;
 }
 .AnyTagClassName
 {
   color: #4B3BFA;
 }
</style>

background-color css

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

 a { background-color: rgb(75,59,250); }

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

border-color css

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

 span { border-color: rgb(75,59,250); }

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