Html Css Color HEX #5361FF Neon Blue

📋 copy color: '#5361FF'

red 83 ◦ green 97 ◦ blue 255

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

Shades of Neon Blue #5361FF

Tints of Neon Blue #5361FF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.3%

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

R = 19.08%
G = 22.3%
B = 58.62%

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

#5361FF (or 0x5361FF) is known color: Neon Blue. HEX triplet: 53, 61 and FF. RGB value is (83,97,255). Sum of RGB (Red+Green+Blue) = 83+97+255=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #5361FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5361FF is #AC9E00. Grayscale: #6E6E6E. Windows color (decimal): -11312641 or 16736595. OLE color: 16736595.

HSL color Cylindrical-coordinate representation of color #5361FF: hue angle of 235.12º 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 #5361FF is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 97 255 -
CMYK 0.67 0.62 0 0
HSL 235.12º 1% 0.66% -
HSV(B) 235.12º 0.67% 1% -
XYZ 25.89 17.61 96.64 -
YUV 110.83 209.36 108.15 -
System Red Green Blue C M Y K H S L
Decimal 83 97 255 0.67 0.62 0 0 235.12 1 0.66
Hex 53 61 FF 43 3E 0 0 EB 64 42
Octal 123 141 377 103 76 0 0 353 144 102
Binary 1010011 1100001 11111111 1000011 111110 0 0 11101011 1100100 1000010

Color Harmonies of #5361FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5361FF

Black with #5361FF

Text Example


Text Example

White with #5361FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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