Html Css Color HEX #5351EA Neon Blue

📋 copy color: '#5351EA'

red 83 ◦ green 81 ◦ blue 234

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

Shades of Neon Blue #5351EA

Tints of Neon Blue #5351EA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.35%

 BLUE value IS 234 (91.8% from 255) = 58.79%

R = 20.85%
G = 20.35%
B = 58.79%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5351EA (or 0x5351EA) is known color: Neon Blue. HEX triplet: 53, 51 and EA. RGB value is (83,81,234). Sum of RGB (Red+Green+Blue) = 83+81+234=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #5351EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5351EA is #ACAE15. Grayscale: #626262. Windows color (decimal): -11316758 or 15356243. OLE color: 15356243.

HSL color Cylindrical-coordinate representation of color #5351EA: hue angle of 240.78º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5351EA is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 81 234 -
CMYK 0.65 0.65 0 0.08
HSL 240.78º 0.78% 0.62% -
HSV(B) 240.78º 0.65% 0.92% -
XYZ 21.36 13.66 79.35 -
YUV 99.04 204.16 116.56 -
System Red Green Blue C M Y K H S L
Decimal 83 81 234 0.65 0.65 0 0.08 240.78 0.78 0.62
Hex 53 51 EA 41 41 0 8 F1 4E 3E
Octal 123 121 352 101 101 0 10 361 116 76
Binary 1010011 1010001 11101010 1000001 1000001 0 1000 11110001 1001110 111110

Color Harmonies of #5351EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5351EA

Black with #5351EA

Text Example


Text Example

White with #5351EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5351EA; }

 p { color: rgb(83,81,234); }

 H1.HeaderClassName
 {
   color: #5351EA;
 }
 .AnyTagClassName
 {
   color: #5351EA;
 }
</style>

background-color css

<style>
 a { background-color: #5351EA; }

 a { background-color: rgb(83,81,234); }

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

border-color css

<style>
 span { border-color: #5351EA; }

 span { border-color: rgb(83,81,234); }

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