Html Css Color HEX #535AFE Neon Blue

📋 copy color: '#535AFE'

red 83 ◦ green 90 ◦ blue 254

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

Shades of Neon Blue #535AFE

Tints of Neon Blue #535AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.48%

R = 19.44%
G = 21.08%
B = 59.48%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#535AFE (or 0x535AFE) is known color: Neon Blue. HEX triplet: 53, 5A and FE. RGB value is (83,90,254). Sum of RGB (Red+Green+Blue) = 83+90+254=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #535AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535AFE is #ACA501. Grayscale: #696969. Windows color (decimal): -11314434 or 16669267. OLE color: 16669267.

HSL color Cylindrical-coordinate representation of color #535AFE: hue angle of 237.54º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #535AFE is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 90 254 -
CMYK 0.67 0.65 0 0.00
HSL 237.54º 0.99% 0.66% -
HSV(B) 237.54º 0.67% 1% -
XYZ 25.11 16.31 95.59 -
YUV 106.6 211.18 111.16 -
System Red Green Blue C M Y K H S L
Decimal 83 90 254 0.67 0.65 0 0.00 237.54 0.99 0.66
Hex 53 5A FE 43 41 0 0 EE 63 42
Octal 123 132 376 103 101 0 0 356 143 102
Binary 1010011 1011010 11111110 1000011 1000001 0 0 11101110 1100011 1000010

Color Harmonies of #535AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535AFE

Black with #535AFE

Text Example


Text Example

White with #535AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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