Html Css Color HEX #3C38FA Neon Blue

📋 copy color: '#3C38FA'

red 60 ◦ green 56 ◦ blue 250

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

Shades of Neon Blue #3C38FA

Tints of Neon Blue #3C38FA

RGB

 RED value IS 60 (23.83% from 255) = 16.39%

 GREEN value IS 56 (22.27% from 255) = 15.3%

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

R = 16.39%
G = 15.3%
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

#3C38FA (or 0x3C38FA) is known color: Neon Blue. HEX triplet: 3C, 38 and FA. RGB value is (60,56,250). Sum of RGB (Red+Green+Blue) = 60+56+250=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 56 (22.27% from 255 or 15.30% 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 #3C38FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C38FA is #C3C705. Grayscale: #4E4E4E. Windows color (decimal): -12830470 or 16398396. OLE color: 16398396.

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

Color convert

RGB 60 56 250 -
CMYK 0.76 0.78 0 0.02
HSL 241.24º 0.95% 0.6% -
HSV(B) 241.24º 0.78% 0.98% -
XYZ 20.53 10.69 91.42 -
YUV 79.31 224.33 114.23 -
System Red Green Blue C M Y K H S L
Decimal 60 56 250 0.76 0.78 0 0.02 241.24 0.95 0.6
Hex 3C 38 FA 4C 4E 0 2 F1 5F 3C
Octal 74 70 372 114 116 0 2 361 137 74
Binary 111100 111000 11111010 1001100 1001110 0 10 11110001 1011111 111100

Color Harmonies of #3C38FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C38FA

Black with #3C38FA

Text Example


Text Example

White with #3C38FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,56,250); }

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

background-color css

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

 a { background-color: rgb(60,56,250); }

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

border-color css

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

 span { border-color: rgb(60,56,250); }

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