Html Css Color HEX #374CFB Neon Blue

📋 copy color: '#374CFB'

red 55 ◦ green 76 ◦ blue 251

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

Shades of Neon Blue #374CFB

Tints of Neon Blue #374CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.9%

 BLUE value IS 251 (98.44% from 255) = 65.71%

R = 14.4%
G = 19.9%
B = 65.71%

CMYK

 C value IS 0.78

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#374CFB (or 0x374CFB) is known color: Neon Blue. HEX triplet: 37, 4C and FB. RGB value is (55,76,251). Sum of RGB (Red+Green+Blue) = 55+76+251=382 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.40% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #374CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #374CFB is #C8B304. Grayscale: #585858. Windows color (decimal): -13153029 or 16469047. OLE color: 16469047.

HSL color Cylindrical-coordinate representation of color #374CFB: hue angle of 233.57º degrees, saturation: 0.96, 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 #374CFB is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 76 251 -
CMYK 0.78 0.70 0 0.02
HSL 233.57º 0.96% 0.6% -
HSV(B) 233.57º 0.78% 0.98% -
XYZ 21.57 12.95 92.63 -
YUV 89.67 219.04 103.27 -
System Red Green Blue C M Y K H S L
Decimal 55 76 251 0.78 0.70 0 0.02 233.57 0.96 0.6
Hex 37 4C FB 4E 46 0 2 EA 60 3C
Octal 67 114 373 116 106 0 2 352 140 74
Binary 110111 1001100 11111011 1001110 1000110 0 10 11101010 1100000 111100

Color Harmonies of #374CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374CFB

Black with #374CFB

Text Example


Text Example

White with #374CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374CFB; }

 p { color: rgb(55,76,251); }

 H1.HeaderClassName
 {
   color: #374CFB;
 }
 .AnyTagClassName
 {
   color: #374CFB;
 }
</style>

background-color css

<style>
 a { background-color: #374CFB; }

 a { background-color: rgb(55,76,251); }

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

border-color css

<style>
 span { border-color: #374CFB; }

 span { border-color: rgb(55,76,251); }

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