Html Css Color HEX #373BF1 Neon Blue

📋 copy color: '#373BF1'

red 55 ◦ green 59 ◦ blue 241

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

Shades of Neon Blue #373BF1

Tints of Neon Blue #373BF1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.62%

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

R = 15.49%
G = 16.62%
B = 67.89%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#373BF1 (or 0x373BF1) is known color: Neon Blue. HEX triplet: 37, 3B and F1. RGB value is (55,59,241). Sum of RGB (Red+Green+Blue) = 55+59+241=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 241 (94.53% from 255 or 67.89% from 355); Max value from RGB is 241 - color contains mainly: blue. Hex color #373BF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373BF1 is #C8C40E. Grayscale: #4D4D4D. Windows color (decimal): -13157391 or 15809335. OLE color: 15809335.

HSL color Cylindrical-coordinate representation of color #373BF1: hue angle of 238.71º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #373BF1 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 59 241 -
CMYK 0.77 0.76 0 0.05
HSL 238.71º 0.87% 0.58% -
HSV(B) 238.71º 0.77% 0.95% -
XYZ 19.02 10.29 84.2 -
YUV 78.55 219.67 111.2 -
System Red Green Blue C M Y K H S L
Decimal 55 59 241 0.77 0.76 0 0.05 238.71 0.87 0.58
Hex 37 3B F1 4D 4C 0 5 EF 57 3A
Octal 67 73 361 115 114 0 5 357 127 72
Binary 110111 111011 11110001 1001101 1001100 0 101 11101111 1010111 111010

Color Harmonies of #373BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373BF1

Black with #373BF1

Text Example


Text Example

White with #373BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,59,241); }

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

background-color css

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

 a { background-color: rgb(55,59,241); }

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

border-color css

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

 span { border-color: rgb(55,59,241); }

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