Html Css Color HEX #4935FA Neon Blue

📋 copy color: '#4935FA'

red 73 ◦ green 53 ◦ blue 250

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

Shades of Neon Blue #4935FA

Tints of Neon Blue #4935FA

RGB

 RED value IS 73 (28.91% from 255) = 19.41%

 GREEN value IS 53 (21.09% from 255) = 14.1%

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

R = 19.41%
G = 14.1%
B = 66.49%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4935FA (or 0x4935FA) is known color: Neon Blue. HEX triplet: 49, 35 and FA. RGB value is (73,53,250). Sum of RGB (Red+Green+Blue) = 73+53+250=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #4935FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4935FA is #B6CA05. Grayscale: #505050. Windows color (decimal): -11979270 or 16397641. OLE color: 16397641.

HSL color Cylindrical-coordinate representation of color #4935FA: hue angle of 246.09º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4935FA is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 53 250 -
CMYK 0.71 0.79 0 0.02
HSL 246.09º 0.95% 0.59% -
HSV(B) 246.09º 0.79% 0.98% -
XYZ 21.28 10.86 91.42 -
YUV 81.44 223.13 121.98 -
System Red Green Blue C M Y K H S L
Decimal 73 53 250 0.71 0.79 0 0.02 246.09 0.95 0.59
Hex 49 35 FA 47 4F 0 2 F6 5F 3B
Octal 111 65 372 107 117 0 2 366 137 73
Binary 1001001 110101 11111010 1000111 1001111 0 10 11110110 1011111 111011

Color Harmonies of #4935FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4935FA

Black with #4935FA

Text Example


Text Example

White with #4935FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4935FA; }

 p { color: rgb(73,53,250); }

 H1.HeaderClassName
 {
   color: #4935FA;
 }
 .AnyTagClassName
 {
   color: #4935FA;
 }
</style>

background-color css

<style>
 a { background-color: #4935FA; }

 a { background-color: rgb(73,53,250); }

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

border-color css

<style>
 span { border-color: #4935FA; }

 span { border-color: rgb(73,53,250); }

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