Html Css Color HEX #373AED Neon Blue

📋 copy color: '#373AED'

red 55 ◦ green 58 ◦ blue 237

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

Shades of Neon Blue #373AED

Tints of Neon Blue #373AED

RGB

 RED value IS 55 (21.88% from 255) = 15.71%

 GREEN value IS 58 (23.05% from 255) = 16.57%

 BLUE value IS 237 (92.97% from 255) = 67.71%

R = 15.71%
G = 16.57%
B = 67.71%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#373AED (or 0x373AED) is known color: Neon Blue. HEX triplet: 37, 3A and ED. RGB value is (55,58,237). Sum of RGB (Red+Green+Blue) = 55+58+237=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #373AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373AED is #C8C512. Grayscale: #4C4C4C. Windows color (decimal): -13157651 or 15546935. OLE color: 15546935.

HSL color Cylindrical-coordinate representation of color #373AED: hue angle of 239.01º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #373AED is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 58 237 -
CMYK 0.77 0.76 0 0.07
HSL 239.01º 0.83% 0.57% -
HSV(B) 239.01º 0.77% 0.93% -
XYZ 18.37 9.95 81.07 -
YUV 77.51 218.01 111.95 -
System Red Green Blue C M Y K H S L
Decimal 55 58 237 0.77 0.76 0 0.07 239.01 0.83 0.57
Hex 37 3A ED 4D 4C 0 7 EF 53 39
Octal 67 72 355 115 114 0 7 357 123 71
Binary 110111 111010 11101101 1001101 1001100 0 111 11101111 1010011 111001

Color Harmonies of #373AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373AED

Black with #373AED

Text Example


Text Example

White with #373AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373AED; }

 p { color: rgb(55,58,237); }

 H1.HeaderClassName
 {
   color: #373AED;
 }
 .AnyTagClassName
 {
   color: #373AED;
 }
</style>

background-color css

<style>
 a { background-color: #373AED; }

 a { background-color: rgb(55,58,237); }

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

border-color css

<style>
 span { border-color: #373AED; }

 span { border-color: rgb(55,58,237); }

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