Html Css Color HEX #5351FF Neon Blue

📋 copy color: '#5351FF'

red 83 ◦ green 81 ◦ blue 255

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

Shades of Neon Blue #5351FF

Tints of Neon Blue #5351FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.86%

R = 19.81%
G = 19.33%
B = 60.86%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5351FF (or 0x5351FF) is known color: Neon Blue. HEX triplet: 53, 51 and FF. RGB value is (83,81,255). Sum of RGB (Red+Green+Blue) = 83+81+255=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #5351FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5351FF is #ACAE00. Grayscale: #646464. Windows color (decimal): -11316737 or 16732499. OLE color: 16732499.

HSL color Cylindrical-coordinate representation of color #5351FF: hue angle of 240.69º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5351FF is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 81 255 -
CMYK 0.67 0.68 0 0
HSL 240.69º 1% 0.66% -
HSV(B) 240.69º 0.68% 1% -
XYZ 24.56 14.94 96.2 -
YUV 101.43 214.66 114.85 -
System Red Green Blue C M Y K H S L
Decimal 83 81 255 0.67 0.68 0 0 240.69 1 0.66
Hex 53 51 FF 43 44 0 0 F1 64 42
Octal 123 121 377 103 104 0 0 361 144 102
Binary 1010011 1010001 11111111 1000011 1000100 0 0 11110001 1100100 1000010

Color Harmonies of #5351FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5351FF

Black with #5351FF

Text Example


Text Example

White with #5351FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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