Html Css Color HEX #4953FA Neon Blue

📋 copy color: '#4953FA'

red 73 ◦ green 83 ◦ blue 250

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

Shades of Neon Blue #4953FA

Tints of Neon Blue #4953FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.44%

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

R = 17.98%
G = 20.44%
B = 61.58%

CMYK

 C value IS 0.71

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4953FA (or 0x4953FA) is known color: Neon Blue. HEX triplet: 49, 53 and FA. RGB value is (73,83,250). Sum of RGB (Red+Green+Blue) = 73+83+250=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #4953FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4953FA is #B6AC05. Grayscale: #626262. Windows color (decimal): -11971590 or 16405321. OLE color: 16405321.

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

Color convert

RGB 73 83 250 -
CMYK 0.71 0.67 0 0.02
HSL 236.61º 0.95% 0.63% -
HSV(B) 236.61º 0.71% 0.98% -
XYZ 23.1 14.51 92.02 -
YUV 99.05 213.19 109.42 -
System Red Green Blue C M Y K H S L
Decimal 73 83 250 0.71 0.67 0 0.02 236.61 0.95 0.63
Hex 49 53 FA 47 43 0 2 ED 5F 3F
Octal 111 123 372 107 103 0 2 355 137 77
Binary 1001001 1010011 11111010 1000111 1000011 0 10 11101101 1011111 111111

Color Harmonies of #4953FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4953FA

Black with #4953FA

Text Example


Text Example

White with #4953FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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