Html Css Color HEX #373CFA Neon Blue

📋 copy color: '#373CFA'

red 55 ◦ green 60 ◦ blue 250

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

Shades of Neon Blue #373CFA

Tints of Neon Blue #373CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.44%

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

R = 15.07%
G = 16.44%
B = 68.49%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#373CFA (or 0x373CFA) is known color: Neon Blue. HEX triplet: 37, 3C and FA. RGB value is (55,60,250). Sum of RGB (Red+Green+Blue) = 55+60+250=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #373CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373CFA is #C8C305. Grayscale: #4F4F4F. Windows color (decimal): -13157126 or 16399415. OLE color: 16399415.

HSL color Cylindrical-coordinate representation of color #373CFA: hue angle of 238.46º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #373CFA is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 60 250 -
CMYK 0.78 0.76 0 0.02
HSL 238.46º 0.95% 0.6% -
HSV(B) 238.46º 0.78% 0.98% -
XYZ 20.45 10.95 91.48 -
YUV 80.17 223.84 110.05 -
System Red Green Blue C M Y K H S L
Decimal 55 60 250 0.78 0.76 0 0.02 238.46 0.95 0.6
Hex 37 3C FA 4E 4C 0 2 EE 5F 3C
Octal 67 74 372 116 114 0 2 356 137 74
Binary 110111 111100 11111010 1001110 1001100 0 10 11101110 1011111 111100

Color Harmonies of #373CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373CFA

Black with #373CFA

Text Example


Text Example

White with #373CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,60,250); }

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

background-color css

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

 a { background-color: rgb(55,60,250); }

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

border-color css

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

 span { border-color: rgb(55,60,250); }

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