Html Css Color HEX #383FEB Neon Blue

📋 copy color: '#383FEB'

red 56 ◦ green 63 ◦ blue 235

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

Shades of Neon Blue #383FEB

Tints of Neon Blue #383FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 17.8%

 BLUE value IS 235 (92.19% from 255) = 66.38%

R = 15.82%
G = 17.8%
B = 66.38%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#383FEB (or 0x383FEB) is known color: Neon Blue. HEX triplet: 38, 3F and EB. RGB value is (56,63,235). Sum of RGB (Red+Green+Blue) = 56+63+235=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #383FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383FEB is #C7C014. Grayscale: #4F4F4F. Windows color (decimal): -13090837 or 15417144. OLE color: 15417144.

HSL color Cylindrical-coordinate representation of color #383FEB: hue angle of 237.65º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #383FEB is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 63 235 -
CMYK 0.76 0.73 0 0.08
HSL 237.65º 0.82% 0.57% -
HSV(B) 237.65º 0.76% 0.92% -
XYZ 18.4 10.39 79.63 -
YUV 80.52 215.18 110.51 -
System Red Green Blue C M Y K H S L
Decimal 56 63 235 0.76 0.73 0 0.08 237.65 0.82 0.57
Hex 38 3F EB 4C 49 0 8 EE 52 39
Octal 70 77 353 114 111 0 10 356 122 71
Binary 111000 111111 11101011 1001100 1001001 0 1000 11101110 1010010 111001

Color Harmonies of #383FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383FEB

Black with #383FEB

Text Example


Text Example

White with #383FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,63,235); }

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

background-color css

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

 a { background-color: rgb(56,63,235); }

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

border-color css

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

 span { border-color: rgb(56,63,235); }

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