Html Css Color HEX #5349FA Neon Blue

📋 copy color: '#5349FA'

red 83 ◦ green 73 ◦ blue 250

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

Shades of Neon Blue #5349FA

Tints of Neon Blue #5349FA

RGB

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

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

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

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

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5349FA (or 0x5349FA) is known color: Neon Blue. HEX triplet: 53, 49 and FA. RGB value is (83,73,250). Sum of RGB (Red+Green+Blue) = 83+73+250=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 73 (28.91% from 255 or 17.98% 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 #5349FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5349FA is #ACB605. Grayscale: #5F5F5F. Windows color (decimal): -11318790 or 16402771. OLE color: 16402771.

HSL color Cylindrical-coordinate representation of color #5349FA: hue angle of 243.39º 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 #5349FA is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 73 250 -
CMYK 0.67 0.71 0 0.02
HSL 243.39º 0.95% 0.63% -
HSV(B) 243.39º 0.71% 0.98% -
XYZ 23.21 13.51 91.83 -
YUV 96.17 214.81 118.61 -
System Red Green Blue C M Y K H S L
Decimal 83 73 250 0.67 0.71 0 0.02 243.39 0.95 0.63
Hex 53 49 FA 43 47 0 2 F3 5F 3F
Octal 123 111 372 103 107 0 2 363 137 77
Binary 1010011 1001001 11111010 1000011 1000111 0 10 11110011 1011111 111111

Color Harmonies of #5349FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5349FA

Black with #5349FA

Text Example


Text Example

White with #5349FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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