Html Css Color HEX #535AF4 Neon Blue

📋 copy color: '#535AF4'

red 83 ◦ green 90 ◦ blue 244

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

Shades of Neon Blue #535AF4

Tints of Neon Blue #535AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 58.51%

R = 19.9%
G = 21.58%
B = 58.51%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#535AF4 (or 0x535AF4) is known color: Neon Blue. HEX triplet: 53, 5A and F4. RGB value is (83,90,244). Sum of RGB (Red+Green+Blue) = 83+90+244=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 244 (95.70% from 255 or 58.51% from 417); Max value from RGB is 244 - color contains mainly: blue. Hex color #535AF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #535AF4 is #ACA50B. Grayscale: #686868. Windows color (decimal): -11314444 or 16013907. OLE color: 16013907.

HSL color Cylindrical-coordinate representation of color #535AF4: hue angle of 237.39º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #535AF4 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 90 244 -
CMYK 0.66 0.63 0 0.04
HSL 237.39º 0.88% 0.64% -
HSV(B) 237.39º 0.66% 0.96% -
XYZ 23.55 15.68 87.37 -
YUV 105.46 206.18 111.98 -
System Red Green Blue C M Y K H S L
Decimal 83 90 244 0.66 0.63 0 0.04 237.39 0.88 0.64
Hex 53 5A F4 42 3F 0 4 ED 58 40
Octal 123 132 364 102 77 0 4 355 130 100
Binary 1010011 1011010 11110100 1000010 111111 0 100 11101101 1011000 1000000

Color Harmonies of #535AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535AF4

Black with #535AF4

Text Example


Text Example

White with #535AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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