Html Css Color HEX #3D48FE Neon Blue

📋 copy color: '#3D48FE'

red 61 ◦ green 72 ◦ blue 254

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

Shades of Neon Blue #3D48FE

Tints of Neon Blue #3D48FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.6%

 BLUE value IS 254 (99.61% from 255) = 65.63%

R = 15.76%
G = 18.6%
B = 65.63%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3D48FE (or 0x3D48FE) is known color: Neon Blue. HEX triplet: 3D, 48 and FE. RGB value is (61,72,254). Sum of RGB (Red+Green+Blue) = 61+72+254=387 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.76% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #3D48FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D48FE is #C2B701. Grayscale: #585858. Windows color (decimal): -12760834 or 16664637. OLE color: 16664637.

HSL color Cylindrical-coordinate representation of color #3D48FE: hue angle of 236.58º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D48FE is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 61 72 254 -
CMYK 0.76 0.72 0 0.00
HSL 236.58º 0.99% 0.62% -
HSV(B) 236.58º 0.76% 1% -
XYZ 22.13 12.78 95.07 -
YUV 89.46 220.86 107.7 -
System Red Green Blue C M Y K H S L
Decimal 61 72 254 0.76 0.72 0 0.00 236.58 0.99 0.62
Hex 3D 48 FE 4C 48 0 0 ED 63 3E
Octal 75 110 376 114 110 0 0 355 143 76
Binary 111101 1001000 11111110 1001100 1001000 0 0 11101101 1100011 111110

Color Harmonies of #3D48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D48FE

Black with #3D48FE

Text Example


Text Example

White with #3D48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,72,254); }

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

background-color css

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

 a { background-color: rgb(61,72,254); }

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

border-color css

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

 span { border-color: rgb(61,72,254); }

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