Html Css Color HEX #3756FA Neon Blue

📋 copy color: '#3756FA'

red 55 ◦ green 86 ◦ blue 250

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

Shades of Neon Blue #3756FA

Tints of Neon Blue #3756FA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.99%

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

R = 14.07%
G = 21.99%
B = 63.94%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3756FA (or 0x3756FA) is known color: Neon Blue. HEX triplet: 37, 56 and FA. RGB value is (55,86,250). Sum of RGB (Red+Green+Blue) = 55+86+250=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #3756FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3756FA is #C8A905. Grayscale: #5E5E5E. Windows color (decimal): -13150470 or 16406071. OLE color: 16406071.

HSL color Cylindrical-coordinate representation of color #3756FA: hue angle of 230.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 #3756FA is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 86 250 -
CMYK 0.78 0.66 0 0.02
HSL 230.46º 0.95% 0.6% -
HSV(B) 230.46º 0.78% 0.98% -
XYZ 22.16 14.37 92.05 -
YUV 95.43 215.23 99.16 -
System Red Green Blue C M Y K H S L
Decimal 55 86 250 0.78 0.66 0 0.02 230.46 0.95 0.6
Hex 37 56 FA 4E 42 0 2 E6 5F 3C
Octal 67 126 372 116 102 0 2 346 137 74
Binary 110111 1010110 11111010 1001110 1000010 0 10 11100110 1011111 111100

Color Harmonies of #3756FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3756FA

Black with #3756FA

Text Example


Text Example

White with #3756FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3756FA; }

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

 H1.HeaderClassName
 {
   color: #3756FA;
 }
 .AnyTagClassName
 {
   color: #3756FA;
 }
</style>

background-color css

<style>
 a { background-color: #3756FA; }

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

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

border-color css

<style>
 span { border-color: #3756FA; }

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

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