Html Css Color HEX #5340FF Neon Blue

📋 copy color: '#5340FF'

red 83 ◦ green 64 ◦ blue 255

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

Shades of Neon Blue #5340FF

Tints of Neon Blue #5340FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.92%

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

R = 20.65%
G = 15.92%
B = 63.43%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5340FF (or 0x5340FF) is known color: Neon Blue. HEX triplet: 53, 40 and FF. RGB value is (83,64,255). Sum of RGB (Red+Green+Blue) = 83+64+255=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #5340FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5340FF is #ACBF00. Grayscale: #5A5A5A. Windows color (decimal): -11321089 or 16728147. OLE color: 16728147.

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

Color convert

RGB 83 64 255 -
CMYK 0.67 0.75 0 0
HSL 245.97º 1% 0.63% -
HSV(B) 245.97º 0.75% 1% -
XYZ 23.45 12.73 95.83 -
YUV 91.46 220.29 121.97 -
System Red Green Blue C M Y K H S L
Decimal 83 64 255 0.67 0.75 0 0 245.97 1 0.63
Hex 53 40 FF 43 4B 0 0 F6 64 3F
Octal 123 100 377 103 113 0 0 366 144 77
Binary 1010011 1000000 11111111 1000011 1001011 0 0 11110110 1100100 111111

Color Harmonies of #5340FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5340FF

Black with #5340FF

Text Example


Text Example

White with #5340FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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