Html Css Color HEX #536DFF Neon Blue

📋 copy color: '#536DFF'

red 83 ◦ green 109 ◦ blue 255

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

Shades of Neon Blue #536DFF

Tints of Neon Blue #536DFF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.38%

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

R = 18.57%
G = 24.38%
B = 57.05%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#536DFF (or 0x536DFF) is known color: Neon Blue. HEX triplet: 53, 6D and FF. RGB value is (83,109,255). Sum of RGB (Red+Green+Blue) = 83+109+255=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #536DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536DFF is #AC9200. Grayscale: #757575. Windows color (decimal): -11309569 or 16739667. OLE color: 16739667.

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

Color convert

RGB 83 109 255 -
CMYK 0.67 0.57 0 0
HSL 230.93º 1% 0.66% -
HSV(B) 230.93º 0.67% 1% -
XYZ 27.09 20 97.04 -
YUV 117.87 205.39 103.13 -
System Red Green Blue C M Y K H S L
Decimal 83 109 255 0.67 0.57 0 0 230.93 1 0.66
Hex 53 6D FF 43 39 0 0 E7 64 42
Octal 123 155 377 103 71 0 0 347 144 102
Binary 1010011 1101101 11111111 1000011 111001 0 0 11100111 1100100 1000010

Color Harmonies of #536DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536DFF

Black with #536DFF

Text Example


Text Example

White with #536DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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