Html Css Color HEX #383EFD Neon Blue

📋 copy color: '#383EFD'

red 56 ◦ green 62 ◦ blue 253

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

Shades of Neon Blue #383EFD

Tints of Neon Blue #383EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.19%

R = 15.09%
G = 16.71%
B = 68.19%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#383EFD (or 0x383EFD) is known color: Neon Blue. HEX triplet: 38, 3E and FD. RGB value is (56,62,253). Sum of RGB (Red+Green+Blue) = 56+62+253=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #383EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383EFD is #C7C102. Grayscale: #515151. Windows color (decimal): -13091075 or 16596536. OLE color: 16596536.

HSL color Cylindrical-coordinate representation of color #383EFD: hue angle of 238.17º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #383EFD is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 62 253 -
CMYK 0.78 0.75 0 0.01
HSL 238.17º 0.98% 0.61% -
HSV(B) 238.17º 0.78% 0.99% -
XYZ 21.08 11.38 94.01 -
YUV 81.98 224.51 109.47 -
System Red Green Blue C M Y K H S L
Decimal 56 62 253 0.78 0.75 0 0.01 238.17 0.98 0.61
Hex 38 3E FD 4E 4B 0 1 EE 62 3D
Octal 70 76 375 116 113 0 1 356 142 75
Binary 111000 111110 11111101 1001110 1001011 0 1 11101110 1100010 111101

Color Harmonies of #383EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383EFD

Black with #383EFD

Text Example


Text Example

White with #383EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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