Html Css Color HEX #5360FF Neon Blue

📋 copy color: '#5360FF'

red 83 ◦ green 96 ◦ blue 255

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

Shades of Neon Blue #5360FF

Tints of Neon Blue #5360FF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.12%

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

R = 19.12%
G = 22.12%
B = 58.76%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5360FF (or 0x5360FF) is known color: Neon Blue. HEX triplet: 53, 60 and FF. RGB value is (83,96,255). Sum of RGB (Red+Green+Blue) = 83+96+255=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #5360FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5360FF is #AC9F00. Grayscale: #6D6D6D. Windows color (decimal): -11312897 or 16736339. OLE color: 16736339.

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

Color convert

RGB 83 96 255 -
CMYK 0.67 0.62 0 0
HSL 235.47º 1% 0.66% -
HSV(B) 235.47º 0.67% 1% -
XYZ 25.8 17.42 96.61 -
YUV 110.24 209.69 108.57 -
System Red Green Blue C M Y K H S L
Decimal 83 96 255 0.67 0.62 0 0 235.47 1 0.66
Hex 53 60 FF 43 3E 0 0 EB 64 42
Octal 123 140 377 103 76 0 0 353 144 102
Binary 1010011 1100000 11111111 1000011 111110 0 0 11101011 1100100 1000010

Color Harmonies of #5360FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5360FF

Black with #5360FF

Text Example


Text Example

White with #5360FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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