Html Css Color HEX #5355F1 Neon Blue

📋 copy color: '#5355F1'

red 83 ◦ green 85 ◦ blue 241

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

Shades of Neon Blue #5355F1

Tints of Neon Blue #5355F1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.78%

 BLUE value IS 241 (94.53% from 255) = 58.92%

R = 20.29%
G = 20.78%
B = 58.92%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5355F1 (or 0x5355F1) is known color: Neon Blue. HEX triplet: 53, 55 and F1. RGB value is (83,85,241). Sum of RGB (Red+Green+Blue) = 83+85+241=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #5355F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5355F1 is #ACAA0E. Grayscale: #656565. Windows color (decimal): -11315727 or 15816019. OLE color: 15816019.

HSL color Cylindrical-coordinate representation of color #5355F1: hue angle of 239.24º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5355F1 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 85 241 -
CMYK 0.66 0.65 0 0.05
HSL 239.24º 0.85% 0.64% -
HSV(B) 239.24º 0.66% 0.95% -
XYZ 22.69 14.69 84.86 -
YUV 102.19 206.34 114.32 -
System Red Green Blue C M Y K H S L
Decimal 83 85 241 0.66 0.65 0 0.05 239.24 0.85 0.64
Hex 53 55 F1 42 41 0 5 EF 55 40
Octal 123 125 361 102 101 0 5 357 125 100
Binary 1010011 1010101 11110001 1000010 1000001 0 101 11101111 1010101 1000000

Color Harmonies of #5355F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5355F1

Black with #5355F1

Text Example


Text Example

White with #5355F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5355F1; }

 p { color: rgb(83,85,241); }

 H1.HeaderClassName
 {
   color: #5355F1;
 }
 .AnyTagClassName
 {
   color: #5355F1;
 }
</style>

background-color css

<style>
 a { background-color: #5355F1; }

 a { background-color: rgb(83,85,241); }

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

border-color css

<style>
 span { border-color: #5355F1; }

 span { border-color: rgb(83,85,241); }

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