Html Css Color HEX #383EEE Neon Blue

📋 copy color: '#383EEE'

red 56 ◦ green 62 ◦ blue 238

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

Shades of Neon Blue #383EEE

Tints of Neon Blue #383EEE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.42%

 BLUE value IS 238 (93.36% from 255) = 66.85%

R = 15.73%
G = 17.42%
B = 66.85%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#383EEE (or 0x383EEE) is known color: Neon Blue. HEX triplet: 38, 3E and EE. RGB value is (56,62,238). Sum of RGB (Red+Green+Blue) = 56+62+238=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #383EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383EEE is #C7C111. Grayscale: #4F4F4F. Windows color (decimal): -13091090 or 15613496. OLE color: 15613496.

HSL color Cylindrical-coordinate representation of color #383EEE: hue angle of 238.02º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #383EEE is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 62 238 -
CMYK 0.76 0.74 0 0.07
HSL 238.02º 0.84% 0.58% -
HSV(B) 238.02º 0.76% 0.93% -
XYZ 18.79 10.46 81.92 -
YUV 80.27 217.01 110.69 -
System Red Green Blue C M Y K H S L
Decimal 56 62 238 0.76 0.74 0 0.07 238.02 0.84 0.58
Hex 38 3E EE 4C 4A 0 7 EE 54 3A
Octal 70 76 356 114 112 0 7 356 124 72
Binary 111000 111110 11101110 1001100 1001010 0 111 11101110 1010100 111010

Color Harmonies of #383EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383EEE

Black with #383EEE

Text Example


Text Example

White with #383EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383EEE; }

 p { color: rgb(56,62,238); }

 H1.HeaderClassName
 {
   color: #383EEE;
 }
 .AnyTagClassName
 {
   color: #383EEE;
 }
</style>

background-color css

<style>
 a { background-color: #383EEE; }

 a { background-color: rgb(56,62,238); }

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

border-color css

<style>
 span { border-color: #383EEE; }

 span { border-color: rgb(56,62,238); }

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