Html Css Color HEX #535CFA Neon Blue

📋 copy color: '#535CFA'

red 83 ◦ green 92 ◦ blue 250

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

Shades of Neon Blue #535CFA

Tints of Neon Blue #535CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.65%

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

R = 19.53%
G = 21.65%
B = 58.82%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#535CFA (or 0x535CFA) is known color: Neon Blue. HEX triplet: 53, 5C and FA. RGB value is (83,92,250). Sum of RGB (Red+Green+Blue) = 83+92+250=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #535CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535CFA is #ACA305. Grayscale: #6A6A6A. Windows color (decimal): -11313926 or 16407635. OLE color: 16407635.

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

Color convert

RGB 83 92 250 -
CMYK 0.67 0.63 0 0.02
HSL 236.77º 0.94% 0.65% -
HSV(B) 236.77º 0.67% 0.98% -
XYZ 24.65 16.4 92.31 -
YUV 107.32 208.52 110.65 -
System Red Green Blue C M Y K H S L
Decimal 83 92 250 0.67 0.63 0 0.02 236.77 0.94 0.65
Hex 53 5C FA 43 3F 0 2 ED 5E 41
Octal 123 134 372 103 77 0 2 355 136 101
Binary 1010011 1011100 11111010 1000011 111111 0 10 11101101 1011110 1000001

Color Harmonies of #535CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535CFA

Black with #535CFA

Text Example


Text Example

White with #535CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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