Html Css Color HEX #4B3BDF Neon Blue

📋 copy color: '#4B3BDF'

red 75 ◦ green 59 ◦ blue 223

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

Shades of Neon Blue #4B3BDF

Tints of Neon Blue #4B3BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.46%

R = 21.01%
G = 16.53%
B = 62.46%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4B3BDF (or 0x4B3BDF) is known color: Neon Blue. HEX triplet: 4B, 3B and DF. RGB value is (75,59,223). Sum of RGB (Red+Green+Blue) = 75+59+223=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B3BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3BDF is #B4C420. Grayscale: #515151. Windows color (decimal): -11846689 or 14629707. OLE color: 14629707.

HSL color Cylindrical-coordinate representation of color #4B3BDF: hue angle of 245.85º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B3BDF is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 59 223 -
CMYK 0.66 0.74 0 0.13
HSL 245.85º 0.72% 0.55% -
HSV(B) 245.85º 0.74% 0.87% -
XYZ 17.78 9.95 70.8 -
YUV 82.48 207.3 122.66 -
System Red Green Blue C M Y K H S L
Decimal 75 59 223 0.66 0.74 0 0.13 245.85 0.72 0.55
Hex 4B 3B DF 42 4A 0 D F6 48 37
Octal 113 73 337 102 112 0 15 366 110 67
Binary 1001011 111011 11011111 1000010 1001010 0 1101 11110110 1001000 110111

Color Harmonies of #4B3BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3BDF

Black with #4B3BDF

Text Example


Text Example

White with #4B3BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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