Html Css Color HEX #535CFB Neon Blue

📋 copy color: '#535CFB'

red 83 ◦ green 92 ◦ blue 251

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

Shades of Neon Blue #535CFB

Tints of Neon Blue #535CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.92%

R = 19.48%
G = 21.6%
B = 58.92%

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

#535CFB (or 0x535CFB) is known color: Neon Blue. HEX triplet: 53, 5C and FB. RGB value is (83,92,251). Sum of RGB (Red+Green+Blue) = 83+92+251=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #535CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535CFB is #ACA304. Grayscale: #6A6A6A. Windows color (decimal): -11313925 or 16473171. OLE color: 16473171.

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

Color convert

RGB 83 92 251 -
CMYK 0.67 0.63 0 0.02
HSL 236.79º 0.95% 0.65% -
HSV(B) 236.79º 0.67% 0.98% -
XYZ 24.81 16.46 93.14 -
YUV 107.44 209.02 110.57 -
System Red Green Blue C M Y K H S L
Decimal 83 92 251 0.67 0.63 0 0.02 236.79 0.95 0.65
Hex 53 5C FB 43 3F 0 2 ED 5F 41
Octal 123 134 373 103 77 0 2 355 137 101
Binary 1010011 1011100 11111011 1000011 111111 0 10 11101101 1011111 1000001

Color Harmonies of #535CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535CFB

Black with #535CFB

Text Example


Text Example

White with #535CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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