Html Css Color HEX #5355FA Neon Blue

📋 copy color: '#5355FA'

red 83 ◦ green 85 ◦ blue 250

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

Shades of Neon Blue #5355FA

Tints of Neon Blue #5355FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.81%

R = 19.86%
G = 20.33%
B = 59.81%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5355FA (or 0x5355FA) is known color: Neon Blue. HEX triplet: 53, 55 and FA. RGB value is (83,85,250). Sum of RGB (Red+Green+Blue) = 83+85+250=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #5355FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5355FA is #ACAA05. Grayscale: #666666. Windows color (decimal): -11315718 or 16405843. OLE color: 16405843.

HSL color Cylindrical-coordinate representation of color #5355FA: hue angle of 239.28º degrees, saturation: 0.94, 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 #5355FA is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 85 250 -
CMYK 0.67 0.66 0 0.02
HSL 239.28º 0.94% 0.65% -
HSV(B) 239.28º 0.67% 0.98% -
XYZ 24.07 15.24 92.12 -
YUV 103.21 210.84 113.58 -
System Red Green Blue C M Y K H S L
Decimal 83 85 250 0.67 0.66 0 0.02 239.28 0.94 0.65
Hex 53 55 FA 43 42 0 2 EF 5E 41
Octal 123 125 372 103 102 0 2 357 136 101
Binary 1010011 1010101 11111010 1000011 1000010 0 10 11101111 1011110 1000001

Color Harmonies of #5355FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5355FA

Black with #5355FA

Text Example


Text Example

White with #5355FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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