Html Css Color HEX #535AFA Neon Blue

📋 copy color: '#535AFA'

red 83 ◦ green 90 ◦ blue 250

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

Shades of Neon Blue #535AFA

Tints of Neon Blue #535AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.1%

R = 19.62%
G = 21.28%
B = 59.1%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#535AFA (or 0x535AFA) is known color: Neon Blue. HEX triplet: 53, 5A and FA. RGB value is (83,90,250). Sum of RGB (Red+Green+Blue) = 83+90+250=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #535AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535AFA is #ACA505. Grayscale: #696969. Windows color (decimal): -11314438 or 16407123. OLE color: 16407123.

HSL color Cylindrical-coordinate representation of color #535AFA: hue angle of 237.49º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #535AFA is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 90 250 -
CMYK 0.67 0.64 0 0.02
HSL 237.49º 0.94% 0.65% -
HSV(B) 237.49º 0.67% 0.98% -
XYZ 24.48 16.05 92.25 -
YUV 106.15 209.18 111.49 -
System Red Green Blue C M Y K H S L
Decimal 83 90 250 0.67 0.64 0 0.02 237.49 0.94 0.65
Hex 53 5A FA 43 40 0 2 ED 5E 41
Octal 123 132 372 103 100 0 2 355 136 101
Binary 1010011 1011010 11111010 1000011 1000000 0 10 11101101 1011110 1000001

Color Harmonies of #535AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535AFA

Black with #535AFA

Text Example


Text Example

White with #535AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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