Html Css Color HEX #535AFF Neon Blue

📋 copy color: '#535AFF'

red 83 ◦ green 90 ◦ blue 255

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

Shades of Neon Blue #535AFF

Tints of Neon Blue #535AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.03%

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

R = 19.39%
G = 21.03%
B = 59.58%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#535AFF (or 0x535AFF) is known color: Neon Blue. HEX triplet: 53, 5A and FF. RGB value is (83,90,255). Sum of RGB (Red+Green+Blue) = 83+90+255=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #535AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535AFF is #ACA500. Grayscale: #6A6A6A. Windows color (decimal): -11314433 or 16734803. OLE color: 16734803.

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

Color convert

RGB 83 90 255 -
CMYK 0.67 0.65 0 0
HSL 237.56º 1% 0.66% -
HSV(B) 237.56º 0.67% 1% -
XYZ 25.27 16.37 96.44 -
YUV 106.72 211.68 111.08 -
System Red Green Blue C M Y K H S L
Decimal 83 90 255 0.67 0.65 0 0 237.56 1 0.66
Hex 53 5A FF 43 41 0 0 EE 64 42
Octal 123 132 377 103 101 0 0 356 144 102
Binary 1010011 1011010 11111111 1000011 1000001 0 0 11101110 1100100 1000010

Color Harmonies of #535AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535AFF

Black with #535AFF

Text Example


Text Example

White with #535AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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