Html Css Color HEX #536CFF Neon Blue

📋 copy color: '#536CFF'

red 83 ◦ green 108 ◦ blue 255

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

Shades of Neon Blue #536CFF

Tints of Neon Blue #536CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.22%

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

R = 18.61%
G = 24.22%
B = 57.17%

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

#536CFF (or 0x536CFF) is known color: Neon Blue. HEX triplet: 53, 6C and FF. RGB value is (83,108,255). Sum of RGB (Red+Green+Blue) = 83+108+255=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #536CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536CFF is #AC9300. Grayscale: #747474. Windows color (decimal): -11309825 or 16739411. OLE color: 16739411.

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

Color convert

RGB 83 108 255 -
CMYK 0.67 0.58 0 0
HSL 231.28º 1% 0.66% -
HSV(B) 231.28º 0.67% 1% -
XYZ 26.98 19.78 97 -
YUV 117.28 205.72 103.55 -
System Red Green Blue C M Y K H S L
Decimal 83 108 255 0.67 0.58 0 0 231.28 1 0.66
Hex 53 6C FF 43 3A 0 0 E7 64 42
Octal 123 154 377 103 72 0 0 347 144 102
Binary 1010011 1101100 11111111 1000011 111010 0 0 11100111 1100100 1000010

Color Harmonies of #536CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536CFF

Black with #536CFF

Text Example


Text Example

White with #536CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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