Html Css Color HEX #374FED Neon Blue

📋 copy color: '#374FED'

red 55 ◦ green 79 ◦ blue 237

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

Shades of Neon Blue #374FED

Tints of Neon Blue #374FED

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.29%

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

R = 14.82%
G = 21.29%
B = 63.88%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#374FED (or 0x374FED) is known color: Neon Blue. HEX triplet: 37, 4F and ED. RGB value is (55,79,237). Sum of RGB (Red+Green+Blue) = 55+79+237=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #374FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374FED is #C8B012. Grayscale: #595959. Windows color (decimal): -13152275 or 15552311. OLE color: 15552311.

HSL color Cylindrical-coordinate representation of color #374FED: hue angle of 232.09º 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 #374FED is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 79 237 -
CMYK 0.77 0.67 0 0.07
HSL 232.09º 0.83% 0.57% -
HSV(B) 232.09º 0.77% 0.93% -
XYZ 19.66 12.52 81.5 -
YUV 89.84 211.05 103.15 -
System Red Green Blue C M Y K H S L
Decimal 55 79 237 0.77 0.67 0 0.07 232.09 0.83 0.57
Hex 37 4F ED 4D 43 0 7 E8 53 39
Octal 67 117 355 115 103 0 7 350 123 71
Binary 110111 1001111 11101101 1001101 1000011 0 111 11101000 1010011 111001

Color Harmonies of #374FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374FED

Black with #374FED

Text Example


Text Example

White with #374FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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