Html Css Color HEX #5C53FA Neon Blue

📋 copy color: '#5C53FA'

red 92 ◦ green 83 ◦ blue 250

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

Shades of Neon Blue #5C53FA

Tints of Neon Blue #5C53FA

RGB

 RED value IS 92 (36.33% from 255) = 21.65%

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

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

R = 21.65%
G = 19.53%
B = 58.82%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5C53FA (or 0x5C53FA) is known color: Neon Blue. HEX triplet: 5C, 53 and FA. RGB value is (92,83,250). Sum of RGB (Red+Green+Blue) = 92+83+250=425 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.65% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #5C53FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C53FA is #A3AC05. Grayscale: #686868. Windows color (decimal): -10726406 or 16405340. OLE color: 16405340.

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

Color convert

RGB 92 83 250 -
CMYK 0.63 0.67 0 0.02
HSL 243.23º 0.94% 0.65% -
HSV(B) 243.23º 0.67% 0.98% -
XYZ 24.76 15.36 92.1 -
YUV 104.73 209.98 118.92 -
System Red Green Blue C M Y K H S L
Decimal 92 83 250 0.63 0.67 0 0.02 243.23 0.94 0.65
Hex 5C 53 FA 3F 43 0 2 F3 5E 41
Octal 134 123 372 77 103 0 2 363 136 101
Binary 1011100 1010011 11111010 111111 1000011 0 10 11110011 1011110 1000001

Color Harmonies of #5C53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C53FA

Black with #5C53FA

Text Example


Text Example

White with #5C53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C53FA; }

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

 H1.HeaderClassName
 {
   color: #5C53FA;
 }
 .AnyTagClassName
 {
   color: #5C53FA;
 }
</style>

background-color css

<style>
 a { background-color: #5C53FA; }

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

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

border-color css

<style>
 span { border-color: #5C53FA; }

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

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