Html Css Color HEX #382EFE Neon Blue

📋 copy color: '#382EFE'

red 56 ◦ green 46 ◦ blue 254

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

Shades of Neon Blue #382EFE

Tints of Neon Blue #382EFE

RGB

 RED value IS 56 (22.27% from 255) = 15.73%

 GREEN value IS 46 (18.36% from 255) = 12.92%

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

R = 15.73%
G = 12.92%
B = 71.35%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#382EFE (or 0x382EFE) is known color: Neon Blue. HEX triplet: 38, 2E and FE. RGB value is (56,46,254). Sum of RGB (Red+Green+Blue) = 56+46+254=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #382EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382EFE is #C7D101. Grayscale: #474747. Windows color (decimal): -13095170 or 16657976. OLE color: 16657976.

HSL color Cylindrical-coordinate representation of color #382EFE: hue angle of 242.88º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #382EFE is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 56 46 254 -
CMYK 0.78 0.82 0 0.00
HSL 242.88º 0.99% 0.59% -
HSV(B) 242.88º 0.82% 1% -
XYZ 20.5 9.95 94.61 -
YUV 72.7 230.31 116.09 -
System Red Green Blue C M Y K H S L
Decimal 56 46 254 0.78 0.82 0 0.00 242.88 0.99 0.59
Hex 38 2E FE 4E 52 0 0 F3 63 3B
Octal 70 56 376 116 122 0 0 363 143 73
Binary 111000 101110 11111110 1001110 1010010 0 0 11110011 1100011 111011

Color Harmonies of #382EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382EFE

Black with #382EFE

Text Example


Text Example

White with #382EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382EFE; }

 p { color: rgb(56,46,254); }

 H1.HeaderClassName
 {
   color: #382EFE;
 }
 .AnyTagClassName
 {
   color: #382EFE;
 }
</style>

background-color css

<style>
 a { background-color: #382EFE; }

 a { background-color: rgb(56,46,254); }

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

border-color css

<style>
 span { border-color: #382EFE; }

 span { border-color: rgb(56,46,254); }

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