Html Css Color HEX #5351EB Neon Blue

📋 copy color: '#5351EB'

red 83 ◦ green 81 ◦ blue 235

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

Shades of Neon Blue #5351EB

Tints of Neon Blue #5351EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.9%

R = 20.8%
G = 20.3%
B = 58.9%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5351EB (or 0x5351EB) is known color: Neon Blue. HEX triplet: 53, 51 and EB. RGB value is (83,81,235). Sum of RGB (Red+Green+Blue) = 83+81+235=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #5351EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5351EB is #ACAE14. Grayscale: #626262. Windows color (decimal): -11316757 or 15421779. OLE color: 15421779.

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

Color convert

RGB 83 81 235 -
CMYK 0.65 0.66 0 0.08
HSL 240.78º 0.79% 0.62% -
HSV(B) 240.78º 0.66% 0.92% -
XYZ 21.51 13.72 80.11 -
YUV 99.15 204.66 116.48 -
System Red Green Blue C M Y K H S L
Decimal 83 81 235 0.65 0.66 0 0.08 240.78 0.79 0.62
Hex 53 51 EB 41 42 0 8 F1 4F 3E
Octal 123 121 353 101 102 0 10 361 117 76
Binary 1010011 1010001 11101011 1000001 1000010 0 1000 11110001 1001111 111110

Color Harmonies of #5351EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5351EB

Black with #5351EB

Text Example


Text Example

White with #5351EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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