Html Css Color HEX #383FFD Neon Blue

📋 copy color: '#383FFD'

red 56 ◦ green 63 ◦ blue 253

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

Shades of Neon Blue #383FFD

Tints of Neon Blue #383FFD

RGB

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

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

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

R = 15.05%
G = 16.94%
B = 68.01%

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

#383FFD (or 0x383FFD) is known color: Neon Blue. HEX triplet: 38, 3F and FD. RGB value is (56,63,253). Sum of RGB (Red+Green+Blue) = 56+63+253=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #383FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383FFD is #C7C002. Grayscale: #515151. Windows color (decimal): -13090819 or 16596792. OLE color: 16596792.

HSL color Cylindrical-coordinate representation of color #383FFD: hue angle of 237.87º 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 #383FFD is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 63 253 -
CMYK 0.78 0.75 0 0.01
HSL 237.87º 0.98% 0.61% -
HSV(B) 237.87º 0.78% 0.99% -
XYZ 21.14 11.49 94.03 -
YUV 82.57 224.18 109.05 -
System Red Green Blue C M Y K H S L
Decimal 56 63 253 0.78 0.75 0 0.01 237.87 0.98 0.61
Hex 38 3F FD 4E 4B 0 1 EE 62 3D
Octal 70 77 375 116 113 0 1 356 142 75
Binary 111000 111111 11111101 1001110 1001011 0 1 11101110 1100010 111101

Color Harmonies of #383FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383FFD

Black with #383FFD

Text Example


Text Example

White with #383FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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