Html Css Color HEX #3E30FC Neon Blue

📋 copy color: '#3E30FC'

red 62 ◦ green 48 ◦ blue 252

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

Shades of Neon Blue #3E30FC

Tints of Neon Blue #3E30FC

RGB

 RED value IS 62 (24.61% from 255) = 17.13%

 GREEN value IS 48 (19.14% from 255) = 13.26%

 BLUE value IS 252 (98.83% from 255) = 69.61%

R = 17.13%
G = 13.26%
B = 69.61%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3E30FC (or 0x3E30FC) is known color: Neon Blue. HEX triplet: 3E, 30 and FC. RGB value is (62,48,252). Sum of RGB (Red+Green+Blue) = 62+48+252=362 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.13% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #3E30FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E30FC is #C1CF03. Grayscale: #4A4A4A. Windows color (decimal): -12701444 or 16527422. OLE color: 16527422.

HSL color Cylindrical-coordinate representation of color #3E30FC: hue angle of 244.12º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E30FC is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 62 48 252 -
CMYK 0.75 0.81 0 0.01
HSL 244.12º 0.97% 0.59% -
HSV(B) 244.12º 0.81% 0.99% -
XYZ 20.61 10.17 92.97 -
YUV 75.44 227.64 118.41 -
System Red Green Blue C M Y K H S L
Decimal 62 48 252 0.75 0.81 0 0.01 244.12 0.97 0.59
Hex 3E 30 FC 4B 51 0 1 F4 61 3B
Octal 76 60 374 113 121 0 1 364 141 73
Binary 111110 110000 11111100 1001011 1010001 0 1 11110100 1100001 111011

Color Harmonies of #3E30FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E30FC

Black with #3E30FC

Text Example


Text Example

White with #3E30FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,48,252); }

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

background-color css

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

 a { background-color: rgb(62,48,252); }

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

border-color css

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

 span { border-color: rgb(62,48,252); }

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