Html Css Color HEX #535AFB Neon Blue

📋 copy color: '#535AFB'

red 83 ◦ green 90 ◦ blue 251

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

Shades of Neon Blue #535AFB

Tints of Neon Blue #535AFB

RGB

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

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

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

R = 19.58%
G = 21.23%
B = 59.2%

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

#535AFB (or 0x535AFB) is known color: Neon Blue. HEX triplet: 53, 5A and FB. RGB value is (83,90,251). Sum of RGB (Red+Green+Blue) = 83+90+251=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #535AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535AFB is #ACA504. Grayscale: #696969. Windows color (decimal): -11314437 or 16472659. OLE color: 16472659.

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

Color convert

RGB 83 90 251 -
CMYK 0.67 0.64 0 0.02
HSL 237.5º 0.95% 0.65% -
HSV(B) 237.5º 0.67% 0.98% -
XYZ 24.64 16.12 93.08 -
YUV 106.26 209.68 111.41 -
System Red Green Blue C M Y K H S L
Decimal 83 90 251 0.67 0.64 0 0.02 237.5 0.95 0.65
Hex 53 5A FB 43 40 0 2 EE 5F 41
Octal 123 132 373 103 100 0 2 356 137 101
Binary 1010011 1011010 11111011 1000011 1000000 0 10 11101110 1011111 1000001

Color Harmonies of #535AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535AFB

Black with #535AFB

Text Example


Text Example

White with #535AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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