Html Css Color HEX #536AFF Neon Blue

📋 copy color: '#536AFF'

red 83 ◦ green 106 ◦ blue 255

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

Shades of Neon Blue #536AFF

Tints of Neon Blue #536AFF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.87%

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

R = 18.69%
G = 23.87%
B = 57.43%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#536AFF (or 0x536AFF) is known color: Neon Blue. HEX triplet: 53, 6A and FF. RGB value is (83,106,255). Sum of RGB (Red+Green+Blue) = 83+106+255=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #536AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536AFF is #AC9500. Grayscale: #737373. Windows color (decimal): -11310337 or 16738899. OLE color: 16738899.

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

Color convert

RGB 83 106 255 -
CMYK 0.67 0.58 0 0
HSL 231.98º 1% 0.66% -
HSV(B) 231.98º 0.67% 1% -
XYZ 26.77 19.37 96.93 -
YUV 116.11 206.38 104.38 -
System Red Green Blue C M Y K H S L
Decimal 83 106 255 0.67 0.58 0 0 231.98 1 0.66
Hex 53 6A FF 43 3A 0 0 E8 64 42
Octal 123 152 377 103 72 0 0 350 144 102
Binary 1010011 1101010 11111111 1000011 111010 0 0 11101000 1100100 1000010

Color Harmonies of #536AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536AFF

Black with #536AFF

Text Example


Text Example

White with #536AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536AFF; }

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

 H1.HeaderClassName
 {
   color: #536AFF;
 }
 .AnyTagClassName
 {
   color: #536AFF;
 }
</style>

background-color css

<style>
 a { background-color: #536AFF; }

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

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

border-color css

<style>
 span { border-color: #536AFF; }

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

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