Html Css Color HEX #374BFB Neon Blue

📋 copy color: '#374BFB'

red 55 ◦ green 75 ◦ blue 251

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

Shades of Neon Blue #374BFB

Tints of Neon Blue #374BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.69%

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

R = 14.44%
G = 19.69%
B = 65.88%

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

#374BFB (or 0x374BFB) is known color: Neon Blue. HEX triplet: 37, 4B and FB. RGB value is (55,75,251). Sum of RGB (Red+Green+Blue) = 55+75+251=381 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.44% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #374BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #374BFB is #C8B404. Grayscale: #585858. Windows color (decimal): -13153285 or 16468791. OLE color: 16468791.

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

Color convert

RGB 55 75 251 -
CMYK 0.78 0.70 0 0.02
HSL 233.88º 0.96% 0.6% -
HSV(B) 233.88º 0.78% 0.98% -
XYZ 21.5 12.81 92.61 -
YUV 89.08 219.37 103.69 -
System Red Green Blue C M Y K H S L
Decimal 55 75 251 0.78 0.70 0 0.02 233.88 0.96 0.6
Hex 37 4B FB 4E 46 0 2 EA 60 3C
Octal 67 113 373 116 106 0 2 352 140 74
Binary 110111 1001011 11111011 1001110 1000110 0 10 11101010 1100000 111100

Color Harmonies of #374BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374BFB

Black with #374BFB

Text Example


Text Example

White with #374BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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