Html Css Color HEX #5360FA Neon Blue

📋 copy color: '#5360FA'

red 83 ◦ green 96 ◦ blue 250

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

Shades of Neon Blue #5360FA

Tints of Neon Blue #5360FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.28%

R = 19.35%
G = 22.38%
B = 58.28%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5360FA (or 0x5360FA) is known color: Neon Blue. HEX triplet: 53, 60 and FA. RGB value is (83,96,250). Sum of RGB (Red+Green+Blue) = 83+96+250=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #5360FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5360FA is #AC9F05. Grayscale: #6D6D6D. Windows color (decimal): -11312902 or 16408659. OLE color: 16408659.

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

Color convert

RGB 83 96 250 -
CMYK 0.67 0.62 0 0.02
HSL 235.33º 0.94% 0.65% -
HSV(B) 235.33º 0.67% 0.98% -
XYZ 25.01 17.11 92.43 -
YUV 109.67 207.19 108.98 -
System Red Green Blue C M Y K H S L
Decimal 83 96 250 0.67 0.62 0 0.02 235.33 0.94 0.65
Hex 53 60 FA 43 3E 0 2 EB 5E 41
Octal 123 140 372 103 76 0 2 353 136 101
Binary 1010011 1100000 11111010 1000011 111110 0 10 11101011 1011110 1000001

Color Harmonies of #5360FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5360FA

Black with #5360FA

Text Example


Text Example

White with #5360FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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