Html Css Color HEX #4B37FA Neon Blue

📋 copy color: '#4B37FA'

red 75 ◦ green 55 ◦ blue 250

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

Shades of Neon Blue #4B37FA

Tints of Neon Blue #4B37FA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.47%

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

R = 19.74%
G = 14.47%
B = 65.79%

CMYK

 C value IS 0.7

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4B37FA (or 0x4B37FA) is known color: Neon Blue. HEX triplet: 4B, 37 and FA. RGB value is (75,55,250). Sum of RGB (Red+Green+Blue) = 75+55+250=380 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.74% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #4B37FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B37FA is #B4C805. Grayscale: #525252. Windows color (decimal): -11847686 or 16398155. OLE color: 16398155.

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

Color convert

RGB 75 55 250 -
CMYK 0.7 0.78 0 0.02
HSL 246.15º 0.95% 0.6% -
HSV(B) 246.15º 0.78% 0.98% -
XYZ 21.52 11.13 91.46 -
YUV 83.21 222.13 122.14 -
System Red Green Blue C M Y K H S L
Decimal 75 55 250 0.7 0.78 0 0.02 246.15 0.95 0.6
Hex 4B 37 FA 46 4E 0 2 F6 5F 3C
Octal 113 67 372 106 116 0 2 366 137 74
Binary 1001011 110111 11111010 1000110 1001110 0 10 11110110 1011111 111100

Color Harmonies of #4B37FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B37FA

Black with #4B37FA

Text Example


Text Example

White with #4B37FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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