Html Css Color HEX #535BFC Neon Blue

📋 copy color: '#535BFC'

red 83 ◦ green 91 ◦ blue 252

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

Shades of Neon Blue #535BFC

Tints of Neon Blue #535BFC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.36%

 BLUE value IS 252 (98.83% from 255) = 59.15%

R = 19.48%
G = 21.36%
B = 59.15%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#535BFC (or 0x535BFC) is known color: Neon Blue. HEX triplet: 53, 5B and FC. RGB value is (83,91,252). Sum of RGB (Red+Green+Blue) = 83+91+252=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #535BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535BFC is #ACA403. Grayscale: #6A6A6A. Windows color (decimal): -11314180 or 16538451. OLE color: 16538451.

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

Color convert

RGB 83 91 252 -
CMYK 0.67 0.64 0 0.01
HSL 237.16º 0.97% 0.66% -
HSV(B) 237.16º 0.67% 0.99% -
XYZ 24.88 16.35 93.94 -
YUV 106.96 209.85 110.91 -
System Red Green Blue C M Y K H S L
Decimal 83 91 252 0.67 0.64 0 0.01 237.16 0.97 0.66
Hex 53 5B FC 43 40 0 1 ED 61 42
Octal 123 133 374 103 100 0 1 355 141 102
Binary 1010011 1011011 11111100 1000011 1000000 0 1 11101101 1100001 1000010

Color Harmonies of #535BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535BFC

Black with #535BFC

Text Example


Text Example

White with #535BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,91,252); }

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

background-color css

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

 a { background-color: rgb(83,91,252); }

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

border-color css

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

 span { border-color: rgb(83,91,252); }

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