Html Css Color HEX #3A37F8 Neon Blue

📋 copy color: '#3A37F8'

red 58 ◦ green 55 ◦ blue 248

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

Shades of Neon Blue #3A37F8

Tints of Neon Blue #3A37F8

RGB

 RED value IS 58 (23.05% from 255) = 16.07%

 GREEN value IS 55 (21.88% from 255) = 15.24%

 BLUE value IS 248 (97.27% from 255) = 68.7%

R = 16.07%
G = 15.24%
B = 68.7%

CMYK

 C value IS 0.77

 M value IS 0.78

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3A37F8 (or 0x3A37F8) is known color: Neon Blue. HEX triplet: 3A, 37 and F8. RGB value is (58,55,248). Sum of RGB (Red+Green+Blue) = 58+55+248=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 248 (97.27% from 255 or 68.70% from 361); Max value from RGB is 248 - color contains mainly: blue. Hex color #3A37F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A37F8 is #C5C807. Grayscale: #4D4D4D. Windows color (decimal): -12961800 or 16267066. OLE color: 16267066.

HSL color Cylindrical-coordinate representation of color #3A37F8: hue angle of 240.93º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A37F8 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 55 248 -
CMYK 0.77 0.78 0 0.03
HSL 240.93º 0.93% 0.59% -
HSV(B) 240.93º 0.78% 0.97% -
XYZ 20.05 10.41 89.76 -
YUV 77.9 223.99 113.81 -
System Red Green Blue C M Y K H S L
Decimal 58 55 248 0.77 0.78 0 0.03 240.93 0.93 0.59
Hex 3A 37 F8 4D 4E 0 3 F1 5D 3B
Octal 72 67 370 115 116 0 3 361 135 73
Binary 111010 110111 11111000 1001101 1001110 0 11 11110001 1011101 111011

Color Harmonies of #3A37F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A37F8

Black with #3A37F8

Text Example


Text Example

White with #3A37F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A37F8; }

 p { color: rgb(58,55,248); }

 H1.HeaderClassName
 {
   color: #3A37F8;
 }
 .AnyTagClassName
 {
   color: #3A37F8;
 }
</style>

background-color css

<style>
 a { background-color: #3A37F8; }

 a { background-color: rgb(58,55,248); }

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

border-color css

<style>
 span { border-color: #3A37F8; }

 span { border-color: rgb(58,55,248); }

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