Html Css Color HEX #3D37FA Neon Blue

📋 copy color: '#3D37FA'

red 61 ◦ green 55 ◦ blue 250

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

Shades of Neon Blue #3D37FA

Tints of Neon Blue #3D37FA

RGB

 RED value IS 61 (24.22% from 255) = 16.67%

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

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

R = 16.67%
G = 15.03%
B = 68.31%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3D37FA (or 0x3D37FA) is known color: Neon Blue. HEX triplet: 3D, 37 and FA. RGB value is (61,55,250). Sum of RGB (Red+Green+Blue) = 61+55+250=366 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.67% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #3D37FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D37FA is #C2C805. Grayscale: #4E4E4E. Windows color (decimal): -12765190 or 16398141. OLE color: 16398141.

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

Color convert

RGB 61 55 250 -
CMYK 0.76 0.78 0 0.02
HSL 241.85º 0.95% 0.6% -
HSV(B) 241.85º 0.78% 0.98% -
XYZ 20.55 10.63 91.41 -
YUV 79.02 224.49 115.14 -
System Red Green Blue C M Y K H S L
Decimal 61 55 250 0.76 0.78 0 0.02 241.85 0.95 0.6
Hex 3D 37 FA 4C 4E 0 2 F2 5F 3C
Octal 75 67 372 114 116 0 2 362 137 74
Binary 111101 110111 11111010 1001100 1001110 0 10 11110010 1011111 111100

Color Harmonies of #3D37FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D37FA

Black with #3D37FA

Text Example


Text Example

White with #3D37FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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